[Laszlo-checkins] r5932 - openlaszlo/branches/wafflecone/test/style/constraints
ben@openlaszlo.org
ben at openlaszlo.org
Fri Aug 3 16:44:03 PDT 2007
Author: ben
Date: 2007-08-03 16:44:02 -0700 (Fri, 03 Aug 2007)
New Revision: 5932
Modified:
openlaszlo/branches/wafflecone/test/style/constraints/speedtest.lzx
Log:
Fixed test of css lookup to allow for really fast results
Modified: openlaszlo/branches/wafflecone/test/style/constraints/speedtest.lzx
===================================================================
--- openlaszlo/branches/wafflecone/test/style/constraints/speedtest.lzx 2007-08-03 23:35:17 UTC (rev 5931)
+++ openlaszlo/branches/wafflecone/test/style/constraints/speedtest.lzx 2007-08-03 23:44:02 UTC (rev 5932)
@@ -67,7 +67,7 @@
</method>
<!-- Descendant selectors test -->
- <method name="testLookupTimes">
+ <method name="testLookupTimes"><![CDATA[
var t = getTimer();
for ( var i = iter; i >= 0; i-- ){
assertEquals( 10, this.getCSSProp( subsubID, "prop1" ));
@@ -80,9 +80,9 @@
assertEquals( 70, this.getCSSProp( subsubID, "prop8" ) );
}
var tt = getTimer() - t ;
- assertTrue(2000 > tt );
+ assertTrue(1 < tt );
Debug.write( 'Lookup test took: ' + tt );
- </method>
+ ]]></method>
<method name="makeSomeNodes">
for ( var i = iter; i > 0; i-- ){
More information about the Laszlo-checkins
mailing list