Author: mor
Date: Thu Feb  4 13:45:23 2010
New Revision: 906482

URL: http://svn.apache.org/viewvc?rev=906482&view=rev
Log:
Minor corrections to the test case name.

Modified:
    ofbiz/trunk/applications/order/testdef/ShoppingListTests.xml
    ofbiz/trunk/applications/party/testdef/PartyContactMechTests.xml

Modified: ofbiz/trunk/applications/order/testdef/ShoppingListTests.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/testdef/ShoppingListTests.xml?rev=906482&r1=906481&r2=906482&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/testdef/ShoppingListTests.xml (original)
+++ ofbiz/trunk/applications/order/testdef/ShoppingListTests.xml Thu Feb  4 
13:45:23 2010
@@ -22,7 +22,7 @@
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd";>
 
-    <test-case case-name="loadShoppingListData">
+    <test-case case-name="loadShoppingListTestData">
         <entity-xml action="load" 
entity-xml-url="component://order/testdef/data/ShoppingListTestData.xml"/>
     </test-case>
 

Modified: ofbiz/trunk/applications/party/testdef/PartyContactMechTests.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/testdef/PartyContactMechTests.xml?rev=906482&r1=906481&r2=906482&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/testdef/PartyContactMechTests.xml (original)
+++ ofbiz/trunk/applications/party/testdef/PartyContactMechTests.xml Thu Feb  4 
13:45:23 2010
@@ -21,7 +21,7 @@
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd";>
 
-    <test-case case-name="loadPartyContactMechData">
+    <test-case case-name="loadPartyContactMechTestData">
         <entity-xml action="load" 
entity-xml-url="component://party/testdef/data/PartyContactMechTestData.xml"/>
     </test-case>
 


Reply via email to