[Laszlo-checkins] r6327 - openlaszlo/branches/wafflecone/test/lfc/data

hqm@openlaszlo.org hqm at openlaszlo.org
Sun Sep 2 05:29:34 PDT 2007


Author: hqm
Date: 2007-09-02 05:29:31 -0700 (Sun, 02 Sep 2007)
New Revision: 6327

Modified:
   openlaszlo/branches/wafflecone/test/lfc/data/datanode.lzx
Log:
Change 20070901-hqm-0 by hqm at IBM-2E06404CB67 on 2007-09-01 21:21:21 EDT
    in /cygdrive/c/users/hqm/openlaszlo/wafflecone3/test/lfc/data
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone/test/lfc/data

Summary:  fix test to match new format from LzDataElement.serialize()

New Features:

Bugs Fixed: LPP-4631




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

Documentation:

Release Notes:

Details:
    

Tests:
test/lfc/data/alldata.lzx




Modified: openlaszlo/branches/wafflecone/test/lfc/data/datanode.lzx
===================================================================
--- openlaszlo/branches/wafflecone/test/lfc/data/datanode.lzx	2007-09-02 01:59:49 UTC (rev 6326)
+++ openlaszlo/branches/wafflecone/test/lfc/data/datanode.lzx	2007-09-02 12:29:31 UTC (rev 6327)
@@ -85,8 +85,8 @@
             zdat.appendChild( new LzDataElement( 'aa' , {r :22, p: '\n\r\t'} ) );
             var arr = zdat.getElementsByTagName ( 'aa' ) ;
 
-            assertEquals( arr[ 0 ].serialize() , "<aa><first/>second</aa>" );
-            assertEquals( arr[ 1 ].serialize() , '<aa r="22" p="&#xA;&#xD;&#x9;"/>' );
+            assertEquals(  "<aa><first/>second</aa>" , arr[ 0 ].serialize());
+            assertEquals(  '<aa r="22" p="&#xa;&#xd;&#x9;"/>', arr[ 1 ].serialize());
 
             //zdat.setAttrNS (namespaceURI, qualifiedName, ;
             //zdat.getAttrNS ( "local" , "foo") ;



More information about the Laszlo-checkins mailing list