Author: bklaas
Date: Mon Nov 3 06:19:37 2008
New Revision: 3256
URL: http://svn.slimdevices.com?rev=3256&root=Jive&view=rev
Log:
Bug: n/a
Description: change playmode test order from Stop/Play/Pause to
Play/Pause/Stop. There was an erroneous test failure due to initial player
power state conditions and how Stop reacts under those situations.
Modified:
7.3/trunk/squeezeplay/src/squeezeplay_jive/test/smoke/PlaymodeMacro.lua
Modified:
7.3/trunk/squeezeplay/src/squeezeplay_jive/test/smoke/PlaymodeMacro.lua
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay_jive/test/smoke/PlaymodeMacro.lua?rev=3256&root=Jive&r1=3255&r2=3256&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay_jive/test/smoke/PlaymodeMacro.lua
(original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay_jive/test/smoke/PlaymodeMacro.lua Mon
Nov 3 06:19:37 2008
@@ -9,13 +9,6 @@
-- key go into Now Playing
macroEvent(1000, EVENT_KEY_PRESS, KEY_GO)
-
-
--- stop (hold pause), wait until after show briefly
-macroEvent(5000, EVENT_KEY_HOLD, KEY_PAUSE)
-if not macroScreenshot(1000, "PlaymodeStop") then
- return macroFail("Playmode Stop")
-end
-- play, wait until after show briefly
macroEvent(5000, EVENT_KEY_PRESS, KEY_PLAY)
@@ -29,4 +22,11 @@
return macroFail("Playmode Pause")
end
+-- stop (hold pause), wait until after show briefly
+macroEvent(5000, EVENT_KEY_HOLD, KEY_PAUSE)
+if not macroScreenshot(1000, "PlaymodeStop") then
+ return macroFail("Playmode Stop")
+end
+
+
macroPass("Playmode")
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins