[Laszlo-checkins] r8190 - openlaszlo/branches/devildog/lps/components/lztest

ptw@openlaszlo.org ptw at openlaszlo.org
Thu Mar 6 04:43:09 PST 2008


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 ptw at dueling-banjos.local 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: dda at ddanderson.com (Message-Id: <15AD7345-1815-4471-B9A0-C922F08912D9 at ddanderson.com>)
QA Reviewer: mamye at laszlosystems.com (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 ) {



More information about the Laszlo-checkins mailing list