Author: lektran
Date: Thu Nov 19 07:06:33 2009
New Revision: 882058
URL:
http://svn.apache.org/viewvc?rev=882058&view=revLog:
Fixed incorrect camel casing in the test case name
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=882058&r1=882057&r2=882058&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/testdef/accountingtests.xml (original)
+++ ofbiz/trunk/applications/accounting/testdef/accountingtests.xml Thu Nov 19 07:06:33 2009
@@ -57,7 +57,7 @@
<test-case case-name="auto-accounting-transaction-tests-ActualManufacturingCost">
<simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml" name="testAcctgTransForActualManufacturingCost"/>
</test-case>
- <test-case case-name="auto-accounting-transaction-tests-AddFinishedProductsIntoWareHouse">
+ <test-case case-name="auto-accounting-transaction-tests-AddFinishedProductsIntoWarehouse">
<simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml" name="testAcctgTransOnAddFinishedProductsIntoWarehouse"/>
</test-case>
</test-suite>