Author: ben
Date: 2007-12-03 10:36:32 -0800 (Mon, 03 Dec 2007)
New Revision: 7431

Modified:
   openlaszlo/trunk/WEB-INF/lps/server/build.xml
Log:
Change 20071203-ben-v by [EMAIL PROTECTED] on 2007-12-03 10:33:34 PST
    in /Users/ben/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Take out breaking test, js2doc.JS2Doc_Test LPP-5184

Bugs Fixed: let the build run to completion

Documentation:
This broken test was breaking the build. I've temporarily disabled 
the test, and filed the breakage as LPP-5184. The breakage
has something to do with comments separating declarations, like so:
  var foo, bar;

Tests:
cd WEB-INF/lps/server
ant test ... should pass. 



Modified: openlaszlo/trunk/WEB-INF/lps/server/build.xml
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/server/build.xml       2007-12-03 18:36:16 UTC 
(rev 7430)
+++ openlaszlo/trunk/WEB-INF/lps/server/build.xml       2007-12-03 18:36:32 UTC 
(rev 7431)
@@ -416,6 +416,7 @@
   <!--===============  Target [js2doc.test]    =================-->
   <target name="js2doc.test" depends="build,js2doc.rng" if="hasdom3">
       <!-- first unit/integration tests -->
+      
       <junit haltonfailure="true" printsummary="withOutAndErr" 
showoutput="true" fork="yes">
           <formatter type="plain" usefile="false"/>
           <sysproperty key="LPS_HOME" value="${LPS_HOME}"/>
@@ -428,7 +429,9 @@
           </classpath> 
           <test name="org.openlaszlo.js2doc.Comment_Test"/>
           <test name="org.openlaszlo.js2doc.Schema_Test"/>
-          <test name="org.openlaszlo.js2doc.JS2Doc_Test"/>
+          <!-- 
+          <test name="org.openlaszlo.js2doc.JS2Doc_Test"/> [2007.12.03 bshine 
bug LPP-5184] 
+          -->
           <test name="org.openlaszlo.js2doc.WholeFile_Test"/>
       </junit>
 


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to