[Laszlo-checkins] r11971 - openlaszlo/trunk/test/lfc/data

hqm@openlaszlo.org hqm at openlaszlo.org
Wed Dec 3 19:25:03 PST 2008


Author: hqm
Date: 2008-12-03 19:25:01 -0800 (Wed, 03 Dec 2008)
New Revision: 11971

Modified:
   openlaszlo/trunk/test/lfc/data/datapath.lzx
   openlaszlo/trunk/test/lfc/data/datapointerdependencies.lzx
   openlaszlo/trunk/test/lfc/data/xpspace.lzx
Log:
Change 20081203-hqm-k by hqm at badtzmaru.home on 2008-12-03 22:24:01 EST
    in /Users/hqm/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: remove <debug> tag from test libraries

New Features:

Bugs Fixed:

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

Documentation:

Release Notes:

Details:
    
+ Modify libraries to not have <debug> tag in them. 

The compiler complains now about having a <debug> tag in a library. Perhaps we
should change this, but it actually seems reasonable to me. 


Tests:



Modified: openlaszlo/trunk/test/lfc/data/datapath.lzx
===================================================================
--- openlaszlo/trunk/test/lfc/data/datapath.lzx	2008-12-03 21:17:15 UTC (rev 11970)
+++ openlaszlo/trunk/test/lfc/data/datapath.lzx	2008-12-04 03:25:01 UTC (rev 11971)
@@ -1,6 +1,5 @@
 <library>
     <include href="lzunit/lzunit.lzx" />
-    <debug x="300" width="500" height="400"/>
 
     <dataset name="eventtestset" src="testdata.xml"/>
     <dataset name="dptest1" src="testdata.xml"/>

Modified: openlaszlo/trunk/test/lfc/data/datapointerdependencies.lzx
===================================================================
--- openlaszlo/trunk/test/lfc/data/datapointerdependencies.lzx	2008-12-03 21:17:15 UTC (rev 11970)
+++ openlaszlo/trunk/test/lfc/data/datapointerdependencies.lzx	2008-12-04 03:25:01 UTC (rev 11971)
@@ -1,6 +1,5 @@
 <library>
     <include href="lzunit/lzunit.lzx" />
-    <debug x="300"/>
 
     <dataset name="dpdepend">
         <r>

Modified: openlaszlo/trunk/test/lfc/data/xpspace.lzx
===================================================================
--- openlaszlo/trunk/test/lfc/data/xpspace.lzx	2008-12-03 21:17:15 UTC (rev 11970)
+++ openlaszlo/trunk/test/lfc/data/xpspace.lzx	2008-12-04 03:25:01 UTC (rev 11971)
@@ -1,6 +1,5 @@
 <library>
     <include href="lzunit/lzunit.lzx" />
-    <debug x="300" width="500" height="400"/>
 
     <dataset name="nps" >
         <record>first<a foo="car"/>
@@ -36,6 +35,6 @@
 
 </library>
 <!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2007 Laszlo Systems, Inc.  All Rights Reserved.              *
+* Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.              *
 * Use is subject to license terms.                                            *
 * X_LZ_COPYRIGHT_END ****************************************************** -->



More information about the Laszlo-checkins mailing list