svn commit: r1141269 - /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: r1141269 - /ofbiz/trunk/build.xml

doogie-3
Author: doogie
Date: Wed Jun 29 22:10:35 2011
New Revision: 1141269

URL: http://svn.apache.org/viewvc?rev=1141269&view=rev
Log:
TESTS: Remove previously added call to the "tests" target from
"run-tests".  In actuality, the container-based tests were already
running the base api tests, but not the TTLObject tests.  This was
originally done on purpose, as I was aware of a bit of racyness in the
async test, that I needed to track down before enabling it during
automated testing.  Unfortunately, this also means that the prior
runtime bug due to the removed line would not have been caught, unless
it was documented to run "tests" in each component from the cmdline
separately.

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1141269&r1=1141268&r2=1141269&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Wed Jun 29 22:10:35 2011
@@ -682,7 +682,6 @@ 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}"/>