Author: jacopoc
Date: Fri Dec 16 14:54:38 2011
New Revision: 1215166
URL:
http://svn.apache.org/viewvc?rev=1215166&view=revLog:
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>