Title: [jbehave] [601] trunk/examples/hellbound/src/behaviour/com/sirenian/hellbound/domain/glyph/JunkBehaviour.java: [EK] Fix to junk behaviour
Revision
601
Author
sirenian
Date
2006-12-01 09:44:40 -0600 (Fri, 01 Dec 2006)

Log Message

[EK] Fix to junk behaviour

Modified Paths


Diff

Modified: trunk/examples/hellbound/src/behaviour/com/sirenian/hellbound/domain/glyph/JunkBehaviour.java (600 => 601)

--- trunk/examples/hellbound/src/behaviour/com/sirenian/hellbound/domain/glyph/JunkBehaviour.java	2006-12-01 15:43:04 UTC (rev 600)
+++ trunk/examples/hellbound/src/behaviour/com/sirenian/hellbound/domain/glyph/JunkBehaviour.java	2006-12-01 15:44:40 UTC (rev 601)
@@ -25,7 +25,7 @@
         Segments originalSegments = glyph.getSegments();
 
 		Junk junk = new Junk();
-		
+        glyphListener.expects("reportGlyphMovement").with(new Constraint[] {eq(GlyphType.JUNK), eq(Segments.EMPTY), eq(Segments.EMPTY)});
 		glyphListener.expects("reportGlyphMovement").with(new Constraint[] {eq(GlyphType.JUNK), eq(Segments.EMPTY), eq(originalSegments)});
 
         junk.addListener((GlyphListener)glyphListener);


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to