Author: max
Date: 2007-08-06 18:56:53 -0700 (Mon, 06 Aug 2007)
New Revision: 5949

Modified:
   openlaszlo/branches/wafflecone/test/style/constraints/subclassing.lzx
Log:
+ fix bad color value in test

Modified: openlaszlo/branches/wafflecone/test/style/constraints/subclassing.lzx
===================================================================
--- openlaszlo/branches/wafflecone/test/style/constraints/subclassing.lzx       
2007-08-06 23:26:41 UTC (rev 5948)
+++ openlaszlo/branches/wafflecone/test/style/constraints/subclassing.lzx       
2007-08-07 01:56:53 UTC (rev 5949)
@@ -68,7 +68,7 @@
 
          <method name="testSubclassOverrideConstraint">
              this.assertEquals("150", sb2.getAttribute("width"));
-             this.assertEquals(17337, sb2.getAttribute("bgcolor")); // fails! 
[2007.05.28 bshine]
+             this.assertEquals(navy, sb2.getAttribute("bgcolor")); // fails! 
[2007.05.28 bshine]
              this.assertEquals(blue, sb2.inner.getAttribute("bgcolor"));
              this.assertEquals(green, sb3.getAttribute("bgcolor")); // fails! 
[2007.05.28 bshine]
              this.assertEquals(lime, sb3.inner.getAttribute("bgcolor"));


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to