Skip to content

Commit

Permalink
Fix fullscreen test bug #94. Squeak Image is after testing in same fu…
Browse files Browse the repository at this point in the history
…llscreen mode as before.
  • Loading branch information
markbader committed May 10, 2019
1 parent efd9338 commit 7505e7c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
accessing
fullScreenMode: anObject

fullScreenMode := anObject
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
accessing
fullScreenMode

^ fullScreenMode
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ running
setUp

super setUp.
self fullScreenMode: DisplayScreen displayIsFullScreen.
self window: (PSPresentationTool openIn: self world)
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ running
tearDown

self window abandon.
self fullScreenMode ~= DisplayScreen displayIsFullScreen
ifTrue: [DisplayScreen toggleFullScreen].
super tearDown
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,22 @@
"deleteSlideAt:" : "MK 7/25/2018 12:50",
"enablePresentationMode" : "MK 7/25/2018 13:07",
"expectedFailures" : "LB 7/24/2018 15:38",
"fullScreenMode" : "mb 5/10/2019 14:38",
"fullScreenMode:" : "mb 5/10/2019 14:38",
"isInteractive" : "MK 7/25/2018 13:23",
"magneticRasterActive" : "MK 7/25/2018 12:57",
"miniatureOf:" : "MK 7/25/2018 13:28",
"moveCurrentSlideTo:" : "MK 7/25/2018 13:33",
"selectSlideNumber:" : "MK 7/25/2018 13:09",
"setUp" : "LB 5/23/2018 16:11",
"setUp" : "mb 5/10/2019 14:40",
"setUpSlideDeletion" : "MK 7/25/2018 13:00",
"slideAt:" : "MK 7/25/2018 12:48",
"slideContainer" : "WoC 6/15/2018 18:21",
"slideCount" : "WoC 7/24/2018 17:27",
"slideMiniatures" : "MK 7/25/2018 13:31",
"slides" : "LM 7/13/2018 17:42",
"slides:" : "LM 7/13/2018 18:22",
"tearDown" : "LB 5/22/2018 17:37",
"tearDown" : "mb 5/10/2019 14:49",
"testBuildWith" : "WoC 7/24/2018 17:51",
"testCurrentMiniatureHighlighted" : "WoC 7/25/2018 13:52",
"testDefaultSlideCount" : "LM 7/25/2018 13:31",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
],
"commentStamp" : "",
"instvars" : [
"window" ],
"window",
"fullScreenMode" ],
"name" : "PSPresentationToolTest",
"pools" : [
],
Expand Down

0 comments on commit 7505e7c

Please sign in to comment.