Author: lektran
Date: Sat Oct 17 10:21:03 2009 New Revision: 826219 URL: http://svn.apache.org/viewvc?rev=826219&view=rev Log: Removed "Services" from the simple method test script file names, they aren't service implementations. Added: ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/test/MarketingTests.xml - copied unchanged from r826155, ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/test/TestServices.xml ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTests.xml - copied unchanged from r826155, ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml ofbiz/trunk/applications/product/script/org/ofbiz/shipment/test/ShipmentTests.xml - copied unchanged from r826155, ofbiz/trunk/applications/product/script/org/ofbiz/shipment/test/TestServices.xml Removed: ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/test/TestServices.xml ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml ofbiz/trunk/applications/product/script/org/ofbiz/shipment/test/TestServices.xml Modified: ofbiz/trunk/applications/marketing/testdef/MarketingTests.xml ofbiz/trunk/applications/party/testdef/PartyTests.xml ofbiz/trunk/applications/product/testdef/FacilityTest.xml Modified: ofbiz/trunk/applications/marketing/testdef/MarketingTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/testdef/MarketingTests.xml?rev=826219&r1=826218&r2=826219&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/testdef/MarketingTests.xml (original) +++ ofbiz/trunk/applications/marketing/testdef/MarketingTests.xml Sat Oct 17 10:21:03 2009 @@ -23,6 +23,6 @@ <!-- Test case for create and update contact list --> <test-case case-name="createAndUpdateContactList-test"> - <simple-method-test location="component://marketing/script/org/ofbiz/marketing/test/TestServices.xml" name="testCreateAndUpdateContactList"/> + <simple-method-test location="component://marketing/script/org/ofbiz/marketing/test/MarketingTests.xml" name="testCreateAndUpdateContactList"/> </test-case> </test-suite> \ No newline at end of file Modified: ofbiz/trunk/applications/party/testdef/PartyTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/testdef/PartyTests.xml?rev=826219&r1=826218&r2=826219&view=diff ============================================================================== --- ofbiz/trunk/applications/party/testdef/PartyTests.xml (original) +++ ofbiz/trunk/applications/party/testdef/PartyTests.xml Sat Oct 17 10:21:03 2009 @@ -20,33 +20,33 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd"> <test-case case-name="test-Find party with certain search parameters"> - <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTestServices.xml" name="testFindPartyWithSearchParameters"/> + <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTests.xml" name="testFindPartyWithSearchParameters"/> </test-case> <test-case case-name="test-Find party when no search parameters are passed"> - <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTestServices.xml" name="testFindPartyWithNoSearchParameters"/> + <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTests.xml" name="testFindPartyWithNoSearchParameters"/> </test-case> <test-case case-name="test-Update party email address"> - <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTestServices.xml" name="testUpdatePartyEmailAddress"/> + <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTests.xml" name="testUpdatePartyEmailAddress"/> </test-case> <test-case case-name="test-Update party Telecom number"> - <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTestServices.xml" name="testUpdatePartyTelecomNumber"/> + <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTests.xml" name="testUpdatePartyTelecomNumber"/> </test-case> <test-case case-name="test-Update party postal Address"> - <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTestServices.xml" name="testUpdatePartyPostalAddress"/> + <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTests.xml" name="testUpdatePartyPostalAddress"/> </test-case> <test-case case-name="test-Update party credit card"> - <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTestServices.xml" name="testUpdatePartyCreditCard"/> + <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTests.xml" name="testUpdatePartyCreditCard"/> </test-case> <test-case case-name="test-Update password"> - <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTestServices.xml" name="testUpdateUserPassword"/> + <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTests.xml" name="testUpdateUserPassword"/> </test-case> <test-case case-name="test-Add role"> - <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTestServices.xml" name="testAddRole"/> + <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTests.xml" name="testAddRole"/> </test-case> <test-case case-name="test-CreateNewCommEvent"> - <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTestServices.xml" name="testCreateNewCommEvent"/> + <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTests.xml" name="testCreateNewCommEvent"/> </test-case> <test-case case-name="test-CreateNewRequest"> - <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTestServices.xml" name="testCreateNewRequest"/> + <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTests.xml" name="testCreateNewRequest"/> </test-case> </test-suite> \ No newline at end of file Modified: ofbiz/trunk/applications/product/testdef/FacilityTest.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/testdef/FacilityTest.xml?rev=826219&r1=826218&r2=826219&view=diff ============================================================================== --- ofbiz/trunk/applications/product/testdef/FacilityTest.xml (original) +++ ofbiz/trunk/applications/product/testdef/FacilityTest.xml Sat Oct 17 10:21:03 2009 @@ -34,14 +34,14 @@ <!-- Packing process test --> <test-case case-name="testPackingServices-test"> - <simple-method-test location="component://product/script/org/ofbiz/shipment/test/TestServices.xml" name="testPackingServices"/> + <simple-method-test location="component://product/script/org/ofbiz/shipment/test/ShipmentTests.xml" name="testPackingServices"/> </test-case> <test-case case-name="testShipmentServices-test"> - <simple-method-test location="component://product/script/org/ofbiz/shipment/test/TestServices.xml" name="testShipmentServices"/> + <simple-method-test location="component://product/script/org/ofbiz/shipment/test/ShipmentTests.xml" name="testShipmentServices"/> </test-case> <!-- Receive Inventory Item test --> <test-case case-name="receiveInventoryItemNonSerialized-test"> - <simple-method-test location="component://product/script/org/ofbiz/shipment/test/TestServices.xml" name="testReceiveInventoryNonSerialized"/> + <simple-method-test location="component://product/script/org/ofbiz/shipment/test/ShipmentTests.xml" name="testReceiveInventoryNonSerialized"/> </test-case> </test-suite> \ No newline at end of file |
Free forum by Nabble | Edit this page |