Author: max
Date: 2007-08-13 16:23:05 -0700 (Mon, 13 Aug 2007)
New Revision: 6038

Modified:
   openlaszlo/branches/wafflecone/test/style/simple/simple.lzx
Log:
+ Update testcase with warning about known failure

Modified: openlaszlo/branches/wafflecone/test/style/simple/simple.lzx
===================================================================
--- openlaszlo/branches/wafflecone/test/style/simple/simple.lzx 2007-08-13 
23:19:30 UTC (rev 6037)
+++ openlaszlo/branches/wafflecone/test/style/simple/simple.lzx 2007-08-13 
23:23:05 UTC (rev 6038)
@@ -39,10 +39,11 @@
    <class name="SimpleTestCase" extends="TestCase">
         <method name="testBasics">
             assertEquals(50, gSoy.width);  // KNOWN TO FAIL by bshine as of 
08.01.2007
+            Debug.warn('expected 50 got 279 is a known failure in simple.lzx');
             assertEquals(75, gAngelica.width);
         </method>
         <method name="testColors">
             assertEquals(0x6ab5e6, gTravis.innercolor);
         </method>
     </class>
-</library>
\ No newline at end of file
+</library>


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

Reply via email to