Author: lektran
Date: Wed Dec  2 10:46:18 2009
New Revision: 886111

URL: http://svn.apache.org/viewvc?rev=886111&view=rev
Log:
Path from Erwan de FERRIERES (OFBIZ-3285), renames the various accounting test 
suites so that each name is unique, multiple suites with the same names was 
causing test result files to be overwritten which resulted in an incomplete 
final report.

Modified:
    ofbiz/trunk/applications/accounting/testdef/invoicetests.xml
    ofbiz/trunk/applications/accounting/testdef/paymenttests.xml

Modified: ofbiz/trunk/applications/accounting/testdef/invoicetests.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/testdef/invoicetests.xml?rev=886111&r1=886110&r2=886111&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/testdef/invoicetests.xml (original)
+++ ofbiz/trunk/applications/accounting/testdef/invoicetests.xml Wed Dec  2 
10:46:18 2009
@@ -17,7 +17,7 @@
   under the License.
   -->
 
-<test-suite suite-name="accountingtests"
+<test-suite suite-name="invoicetests"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd";>
     <!-- Test case for Commission Run -->

Modified: ofbiz/trunk/applications/accounting/testdef/paymenttests.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/testdef/paymenttests.xml?rev=886111&r1=886110&r2=886111&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/testdef/paymenttests.xml (original)
+++ ofbiz/trunk/applications/accounting/testdef/paymenttests.xml Wed Dec  2 
10:46:18 2009
@@ -17,7 +17,7 @@
   under the License.
   -->
 
-<test-suite suite-name="accountingtests"
+<test-suite suite-name="paymenttests"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd";>
 


Reply via email to