[Laszlo-checkins] r10245 - openlaszlo/trunk/build-tools

hqm@openlaszlo.org hqm at openlaszlo.org
Mon Jul 7 20:26:04 PDT 2008


Author: hqm
Date: 2008-07-07 20:26:01 -0700 (Mon, 07 Jul 2008)
New Revision: 10245

Modified:
   openlaszlo/trunk/build-tools/runlztest.sh
Log:
Change 20080707-hqm-F by hqm at badtzmaru.home on 2008-07-07 23:25:25 EDT
    in /Users/hqm/openlaszlo/trunk4/build-tools
    for http://svn.openlaszlo.org/openlaszlo/trunk/build-tools

Summary:  fix rhino lztest runner

New Features:

Bugs Fixed:

Technical Reviewer: pbr
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
change LzIdle to lz.Idle

Tests:

ant lztest




Modified: openlaszlo/trunk/build-tools/runlztest.sh
===================================================================
--- openlaszlo/trunk/build-tools/runlztest.sh	2008-07-08 02:21:18 UTC (rev 10244)
+++ openlaszlo/trunk/build-tools/runlztest.sh	2008-07-08 03:26:01 UTC (rev 10245)
@@ -2,7 +2,7 @@
 # Run several tests in the rhino runtime.
 # usage 
 # runlztest.sh [file-with-list-of-tests]
-# Copyright 2007 Laszlo Systems
+# Copyright 2007, 2008 Laszlo Systems
 
 # Use a default value for the tests file if its not specified on the command line
 tests=${1:-"test/lztest/smoketest.txt"}
@@ -75,7 +75,7 @@
     # make the file with all the tests load in that compiled file
     echo "load(\"${i%lzx}js\");" >> $outfile
     
-    echo "for (var k = 0; k < 100; k++) LzIdle.onidle.sendEvent();" >> $outfile
+    echo "for (var k = 0; k < 100; k++) lz.Idle.onidle.sendEvent();" >> $outfile
 
     echo "if (LzTestManager.failedsuites > 0) quit(3);" >> $outfile
 



More information about the Laszlo-checkins mailing list