Revision: 6064
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6064&view=rev
Author:   dnaber
Date:     2011-12-18 18:35:42 +0000 (Sun, 18 Dec 2011)
Log Message:
-----------
make sure the test-rules target also validates the XML

Modified Paths:
--------------
    trunk/JLanguageTool/build.xml

Modified: trunk/JLanguageTool/build.xml
===================================================================
--- trunk/JLanguageTool/build.xml       2011-12-18 14:36:46 UTC (rev 6063)
+++ trunk/JLanguageTool/build.xml       2011-12-18 18:35:42 UTC (rev 6064)
@@ -133,10 +133,20 @@
        </target>
 
     <target name="test-rules" description="Runs unit tests for the pattern 
rules only">
+        <antcall target="internal-xml-validate" />
+        <antcall target="internal-pattern-rules" />
+    </target>
+
+    <target name="internal-pattern-rules">
         <property name="testcase" value="PatternRuleTest"/>
         <antcall target="test"/>
     </target>
 
+    <target name="internal-xml-validate">
+        <property name="testcase" value="ValidateXMLTest"/>
+        <antcall target="test"/>
+    </target>
+    
        <target name="test" depends="clean,init,build,ooo-build" 
description="Runs unit tests">
 
                <mkdir dir="${junit.classes.dir}" />

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to