Skip to content

Commit

Permalink
isolate 7
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Mar 21, 2024
1 parent 347ba9e commit ff338d0
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Give me unit tests and I will make sure they are run for all subclasses of PhLAb
Class {
#name : #PhLAbstractTemplateGroupTest,
#superclass : #ClassTestCase,
#category : #'PharoLauncher-Tests-Functional'
#category : #'PharoLauncher-Tests-Debug'
}

{ #category : #testing }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #PhLHTTPListingTemplateGroupTest,
#superclass : #PhLAbstractTemplateGroupTest,
#category : #'PharoLauncher-Tests-Functional'
#category : #'PharoLauncher-Tests-Debug'
}

{ #category : #coverage }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #PhLLaunchedImagesWatcherTest,
#superclass : #TestCase,
#category : #'PharoLauncher-Tests-Functional'
#category : #'PharoLauncher-Tests-Debug'
}

{ #category : #tests }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It is used to test support of 32-bit app as Mac Os Catalina is the first Mac Os
Class {
#name : #PhLOsXCatalinaTestImage,
#superclass : #PhLImage,
#category : #'PharoLauncher-Tests-Functional'
#category : #'PharoLauncher-Tests-Debug'
}

{ #category : #testing }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Class {
#instVars : [
'process'
],
#category : #'PharoLauncher-Tests-Functional'
#category : #'PharoLauncher-Tests-Debug'
}

{ #category : #running }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This class contains tests to ensure we can expected behaviour from the library u
Class {
#name : #PhLUnixSubprocessTest,
#superclass : #TestCase,
#category : #'PharoLauncher-Tests-Functional'
#category : #'PharoLauncher-Tests-Debug'
}

{ #category : #tests }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Class {
'imagesFolder',
'workspace'
],
#category : #'PharoLauncher-Tests-Functional'
#category : #'PharoLauncher-Tests-Debug'
}

{ #category : #configuring }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Class {
#superclass : #TestCase,
#traits : 'TPhLVirtualMachineTestUtil',
#classTraits : 'TPhLVirtualMachineTestUtil classTrait',
#category : #'PharoLauncher-Tests-Functional'
#category : #'PharoLauncher-Tests-Debug'
}

{ #category : #tests }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ I'm used to represent a Mac OS X Catalina operating system for test purposes.
Class {
#name : #TestMacOSXCatalinaPlatform,
#superclass : #MacOSXPlatform,
#category : #'PharoLauncher-Tests-Functional'
#category : #'PharoLauncher-Tests-Debug'
}

{ #category : #accessing }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Extension { #name : #ZipArchiveMember }

{ #category : #'*PharoLauncher-Tests-Functional' }
{ #category : #'*PharoLauncher-Tests-Debug' }
ZipArchiveMember >> binaryContentsFrom: start to: finish [
"Answer my contents as a string."
| s |
Expand Down

0 comments on commit ff338d0

Please sign in to comment.