svn commit: r1139688 - /ofbiz/trunk/build.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1139688 - /ofbiz/trunk/build.xml

doogie-3
Author: doogie
Date: Sun Jun 26 02:49:37 2011
New Revision: 1139688

URL: http://svn.apache.org/viewvc?rev=1139688&view=rev
Log:
TESTS: Call the library api unit tests when the container tests are run.

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1139688&r1=1139687&r2=1139688&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Sun Jun 26 02:49:37 2011
@@ -682,6 +682,7 @@ under the License.
     </target>
     <target name="run-tests" depends="build"
           description="Run OFBiz default tests, execute ant run-install before and see results in runtime/logs/test-results/html/all-tests.html.">
+        <antcall target="tests"/>
         <java jar="ofbiz.jar" fork="true" resultproperty="test.result">
             <jvmarg value="${memory.initial.param}"/>
             <jvmarg value="${memory.max.param}"/>