[Laszlo-checkins] r8991 - openlaszlo/trunk/lps/components/lztest
hqm@openlaszlo.org
hqm at openlaszlo.org
Sun May 4 14:56:41 PDT 2008
Author: hqm
Date: 2008-05-04 14:56:40 -0700 (Sun, 04 May 2008)
New Revision: 8991
Modified:
openlaszlo/trunk/lps/components/lztest/lztestmanager.lzx
Log:
Change 20080504-hqm-L by hqm at badtzmaru.home on 2008-05-04 06:33:23 EDT
in /Users/hqm/openlaszlo/trunk5
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: lztestmanager needs to extend LzMiniNode
New Features:
Bugs Fixed:
Technical Reviewer: ptw
QA Reviewer: max
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
lztestmanager makes itself the target of a sendEvent, so needs to extend LzMiniNode
this.startTestsDelegate = new LzDelegate(this, "startTests", canvas, "onafterinit");
Tests:
test/lztest/lztest-events.lzx in swf9 (currently fails, but at least compiles)
Modified: openlaszlo/trunk/lps/components/lztest/lztestmanager.lzx
===================================================================
--- openlaszlo/trunk/lps/components/lztest/lztestmanager.lzx 2008-05-04 20:52:45 UTC (rev 8990)
+++ openlaszlo/trunk/lps/components/lztest/lztestmanager.lzx 2008-05-04 21:56:40 UTC (rev 8991)
@@ -42,7 +42,7 @@
}
}
-dynamic class LzTestManagerClass {
+dynamic class LzTestManagerClass extends LzMiniNode {
public var totalsuites = 0;
public var passedsuites = 0;
public var failedsuites = 0;
More information about the Laszlo-checkins
mailing list