svn commit: r882058 - /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: r882058 - /ofbiz/trunk/applications/accounting/testdef/accountingtests.xml

lektran
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>