Skip to content

Commit

Permalink
Remove in Gofer/Graphics/Jobs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alisu committed Sep 23, 2019
1 parent 1fee28c commit 33e4bb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Gofer-Tests/GoferApiTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ GoferApiTest >> testSqueaksource [

{ #category : #'tests - repositories' }
GoferApiTest >> testSubDirectoryRepository [
Smalltalk globals
aTestEnvironment
at: #MCSubDirectoryRepository
ifPresent: [ :subDirectoryRepositoryClass | |path|
path := (FileSystem disk workingDirectory / '*') fullName.
Expand Down
4 changes: 2 additions & 2 deletions src/Graphics-Tests/BitBltTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ BitBltTest >> testAlphaCompositing2 [
{ #category : #'tests - bugs' }
BitBltTest >> testAlphaCompositing2Simulated [

Smalltalk globals
aTestEnvironment
at: #BitBltSimulation
ifPresent: [ :bitblt |
| bb f1 mixColor f2 result eps |
Expand All @@ -84,7 +84,7 @@ BitBltTest >> testAlphaCompositing2Simulated [
{ #category : #'tests - bugs' }
BitBltTest >> testAlphaCompositingSimulated [

Smalltalk globals
aTestEnvironment
at: #BitBltSimulation
ifPresent: [ :bitblt |
| mixColor result eps f1 bb f2 |
Expand Down
2 changes: 1 addition & 1 deletion src/Jobs-Tests/JobTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Class {
{ #category : #running }
JobTest >> tearDown [

Smalltalk globals at: #SystemProgressMorph ifPresent: [:spm |
aTestEnvironment at: #SystemProgressMorph ifPresent: [:spm |
spm uniqueInstance bars do: [ :e | e close ]].
super tearDown
]
Expand Down

0 comments on commit 33e4bb9

Please sign in to comment.