Skip to content

Commit e083a8f

Browse files
committed
test corrected
1 parent a15ab2b commit e083a8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/WindowAcrobatics-Tests.package/WAAlignerTest.class/instance/testAlignLastUsedWindows.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ testAlignLastUsedWindows
77
window2 := SystemWindow new openInWorld.
88
window3 := SystemWindow new openInWorld.
99

10-
WAAligner new alignLastUsedWindows.
10+
WAAligner new alignLastUsedWindows: 4.
1111

1212
self assert: (window1 width = (World width / 2) asInteger) description: 'Width is incorrect'.
1313
self assert: (window2 height = ((World height - 18) / 2) asInteger) description: 'Height is incorrect'.

packages/WindowAcrobatics-Tests.package/WAAlignerTest.class/methodProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"class" : {
33
},
44
"instance" : {
5-
"testAlignLastUsedWindows" : "jh 6/15/2017 16:35",
5+
"testAlignLastUsedWindows" : "jh 6/20/2017 12:42",
66
"testAlignWindowBottom" : "jh 6/15/2017 13:42",
77
"testAlignWindowFull" : "jh 6/15/2017 13:43",
88
"testAlignWindowLeft" : "jh 6/15/2017 13:43",

0 commit comments

Comments
 (0)