Author: doogie
Date: Wed Mar 4 15:28:08 2009
New Revision: 750050
URL:
http://svn.apache.org/viewvc?rev=750050&view=revLog:
Remove trailing space from 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=750050&r1=750049&r2=750050&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/testdef/accountingtests.xml (original)
+++ ofbiz/trunk/applications/accounting/testdef/accountingtests.xml Wed Mar 4 15:28:08 2009
@@ -34,7 +34,7 @@
</test-case>
<!-- Test case for Accounting Transaction on Sales -->
- <test-case case-name="auto-accounting-transaction-tests-SalesOrderShipments ">
+ <test-case case-name="auto-accounting-transaction-tests-SalesOrderShipments">
<simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml" name="testAcctgTransForSalesOrderShipments"/>
</test-case>
<test-case case-name="auto-accounting-transaction-tests-SalesInvoice">
@@ -54,4 +54,4 @@
<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>
\ No newline at end of file
+</test-suite>