[Laszlo-checkins] r10151 - openlaszlo/trunk/test/smoke

hqm@openlaszlo.org hqm at openlaszlo.org
Tue Jul 1 10:15:17 PDT 2008


Author: hqm
Date: 2008-07-01 10:15:15 -0700 (Tue, 01 Jul 2008)
New Revision: 10151

Modified:
   openlaszlo/trunk/test/smoke/regression.lzl
Log:
Change 20080701-hqm-E by hqm at badtzmaru.home on 2008-07-01 13:12:19 EDT
    in /Users/hqm/openlaszlo/trunk4
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary:  fix for smokecheck

New Features:

Bugs Fixed:

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

Documentation:

Release Notes:

Details:

+ I recently declared 'type' as an attribute of LzDataset, in order to
fix the docs, but forgot to run smokecheck. it's value is now null, instead of undefined.
At some point we should define what it's default value really should be. 
    

Tests:

smokehceck



Modified: openlaszlo/trunk/test/smoke/regression.lzl
===================================================================
--- openlaszlo/trunk/test/smoke/regression.lzl	2008-07-01 17:13:56 UTC (rev 10150)
+++ openlaszlo/trunk/test/smoke/regression.lzl	2008-07-01 17:15:15 UTC (rev 10151)
@@ -279,7 +279,7 @@
     <dataset name="bug577" src="../resources/xml/http.xml"/>
     <class name="bug_577" extends="TestCase">
         <method name="testLocalDS">
-            assertUndefined(canvas.datasets.bug577['type'])
+            assertNull(canvas.datasets.bug577['type'])
         </method>
     </class>
 



More information about the Laszlo-checkins mailing list