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

doogie-3
Author: doogie
Date: Wed Mar  4 15:28:08 2009
New Revision: 750050

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