You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2009/11/19 08:06:37 UTC

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

Author: lektran
Date: Thu Nov 19 07:06:33 2009
New Revision: 882058

URL: http://svn.apache.org/viewvc?rev=882058&view=rev
Log:
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>