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

hqm@openlaszlo.org hqm at openlaszlo.org
Thu Jul 10 12:21:22 PDT 2008


Author: hqm
Date: 2008-07-10 12:21:20 -0700 (Thu, 10 Jul 2008)
New Revision: 10300

Added:
   openlaszlo/trunk/test/lfc/data/testsetpostbody.lzx
Modified:
   openlaszlo/trunk/test/lfc/data/alldata.lzx
Log:
Change 20080710-hqm-D by hqm at badtzmaru.home on 2008-07-10 15:20:34 EDT
    in /Users/hqm/openlaszlo/trunk4/test
    for http://svn.openlaszlo.org/openlaszlo/trunk/test

Summary:  add test for LzDataset.setPostBody method

New Features:

Bugs Fixed:

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

Documentation:

Release Notes:

Details:
    

Tests:

test/lfc/data/alldata.lzx



Modified: openlaszlo/trunk/test/lfc/data/alldata.lzx
===================================================================
--- openlaszlo/trunk/test/lfc/data/alldata.lzx	2008-07-10 19:20:14 UTC (rev 10299)
+++ openlaszlo/trunk/test/lfc/data/alldata.lzx	2008-07-10 19:21:20 UTC (rev 10300)
@@ -23,8 +23,9 @@
     <include href="testsetheaders.lzx"/>
     <include href="testsetheaders-solo.lzx"/>
     <include href="testrawpost.lzx"/>
+    <include href="testsetpostbody.lzx"/>
     <include href="testput.lzx"/>
-<!--     <include href="testrawpost-solo.lzx"/> -->
+    <include href="testrawpost-solo.lzx"/> 
     <include href="testheaderresponse.lzx"/>
     <include href="sendheaders.lzx"/>
     <include href="testclientcachebreaker.lzx"/>
@@ -44,6 +45,7 @@
         <TestSendHeaders/>
         <TestGetMethod/>
         <TestPOSTMethod/>
+
         <TestGetMethodSOLO/>
         <TestPOSTMethodSOLO/>
         <TestSetHeaders/>
@@ -51,9 +53,10 @@
         <TestRawPost/>
         <TestPut/>
 <!--
-    This just can't work in Flash 7/8 - the text will always be XML escaped
+    In Flash 7/8 - the text will always be XML escaped
+-->
         <TestRawPostSOLO/>
--->
+        <TestSetPostBody/>
         <TestResponseHeaders/>
 
         <TestClientCacheBreaker/>

Added: openlaszlo/trunk/test/lfc/data/testsetpostbody.lzx


Property changes on: openlaszlo/trunk/test/lfc/data/testsetpostbody.lzx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native



More information about the Laszlo-checkins mailing list