Title: [695] trunk/examples/hellbound/src/behaviour/com/sirenian/hellbound/gui/HellboundFrameBehaviour.java: [EK] Oops.
Revision
695
Author
sirenian
Date
2007-03-07 08:30:01 -0600 (Wed, 07 Mar 2007)

Log Message

[EK] Oops.

Modified Paths


Diff

Modified: trunk/examples/hellbound/src/behaviour/com/sirenian/hellbound/gui/HellboundFrameBehaviour.java (694 => 695)

--- trunk/examples/hellbound/src/behaviour/com/sirenian/hellbound/gui/HellboundFrameBehaviour.java	2007-03-07 14:28:17 UTC (rev 694)
+++ trunk/examples/hellbound/src/behaviour/com/sirenian/hellbound/gui/HellboundFrameBehaviour.java	2007-03-07 14:30:01 UTC (rev 695)
@@ -44,7 +44,7 @@
 	
 	public void shouldDisplayTheFrontPanelWhenTheGameIsReady() {
 		frame.reportGameStateChanged(GameState.READY);		
-		ensureThat(!frontPanel.isShowing());
+		ensureThat(frontPanel.isShowing());
 		ensureThat(!gamePanel.isShowing());
 	}
 	


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to