svn commit: r1215166 - /ofbiz/trunk/applications/accounting/testdef/accountingtests.xml

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

svn commit: r1215166 - /ofbiz/trunk/applications/accounting/testdef/accountingtests.xml

jacopoc
Author: jacopoc
Date: Fri Dec 16 14:54:38 2011
New Revision: 1215166

URL: http://svn.apache.org/viewvc?rev=1215166&view=rev
Log:
Re-enabled accounting tests: they have been disabled because of an issue with tests failing if executed in a platform with a locale different than en. OFBIZ-4624

Modified:
    ofbiz/trunk/applications/accounting/testdef/accountingtests.xml

Modified: ofbiz/trunk/applications/accounting/testdef/accountingtests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/testdef/accountingtests.xml?rev=1215166&r1=1215165&r2=1215166&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/testdef/accountingtests.xml (original)
+++ ofbiz/trunk/applications/accounting/testdef/accountingtests.xml Fri Dec 16 14:54:38 2011
@@ -29,8 +29,7 @@
 
     <test-case case-name="accounting-tests"><junit-test-suite class-name="org.ofbiz.accounting.test.FinAccountTests"/></test-case>
 
-    <!-- commented out for now...test data seems to be missing and i wondered if theyu ever worked, went back to rev: 903431 and ever there the same problem -->
-    <!-- test-case case-name="auto-accounting-transaction-tests">
+    <test-case case-name="auto-accounting-transaction-tests">
         <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml"/>
-    </test-case-->
+    </test-case>
 </test-suite>