Revision: 3159
          http://vexi.svn.sourceforge.net/vexi/?rev=3159&view=rev
Author:   clrg
Date:     2008-11-02 00:39:35 +0000 (Sun, 02 Nov 2008)

Log Message:
-----------
Make thisboxNull test make sense (it still fails though)

Modified Paths:
--------------
    trunk/core/org.vexi.core/src_junit/test/core/box/childrentrap/thisboxNull.t

Modified: 
trunk/core/org.vexi.core/src_junit/test/core/box/childrentrap/thisboxNull.t
===================================================================
--- trunk/core/org.vexi.core/src_junit/test/core/box/childrentrap/thisboxNull.t 
2008-10-31 01:35:46 UTC (rev 3158)
+++ trunk/core/org.vexi.core/src_junit/test/core/box/childrentrap/thisboxNull.t 
2008-11-02 00:39:35 UTC (rev 3159)
@@ -25,17 +25,16 @@
        // basic redirect
        a[0] = c1;
        assert(a.c1_added);
-       assert(b.c1_added);
        a[0] = null;
     assert(a.c1_removed);
-    assert(b.c1_removed);
     
     // let's be cuter
-    b[0] = c2;
+    a[0] = c2;
     assert(a.c2_added);
+    b[0] = c2;
+    assert(a.c2_removed);
     assert(b.c2_added);
     c2.thisbox = null;
-    assert(a.c2_removed);
     assert(b.c2_removed);
     
     <ui:box />


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to