Author: ptw
Date: 2008-03-06 04:43:00 -0800 (Thu, 06 Mar 2008)
New Revision: 8190
Modified:
openlaszlo/branches/devildog/lps/components/lztest/lztestmanager.lzx
Log:
Change 20080305-ptw-R by [EMAIL PROTECTED] on 2008-03-05 17:03:38 EST
in /Users/ptw/OpenLaszlo/devildog
for http://svn.openlaszlo.org/openlaszlo/branches/devildog
Summary: Class declarations can only appear in immediate scripts
Bugs Fixed:
LPP-5548 'devildog runlzunit fails with unexpected Compiler.PassThroughNode'
Technical Reviewer: [EMAIL PROTECTED] (Message-Id: <[EMAIL PROTECTED]>)
QA Reviewer: [EMAIL PROTECTED] (pending)
Details:
Fix the proximate cause of the bug by making the script an
immediate script. We need a better warning in the compiler still.
Tests:
ant runlzunit
Modified: openlaszlo/branches/devildog/lps/components/lztest/lztestmanager.lzx
===================================================================
--- openlaszlo/branches/devildog/lps/components/lztest/lztestmanager.lzx
2008-03-06 05:13:20 UTC (rev 8189)
+++ openlaszlo/branches/devildog/lps/components/lztest/lztestmanager.lzx
2008-03-06 12:43:00 UTC (rev 8190)
@@ -1,11 +1,11 @@
<!--
/* X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2007 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2007, 2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ******************************************************/
-->
-<script><![CDATA[
+<script when="immediate"><![CDATA[
var LzTestSuite = function ( nm ) {
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins