svn commit: r893665 - in /ofbiz/trunk/applications: accounting/script/org/ofbiz/accounting/test/ accounting/testdef/ marketing/script/org/ofbiz/marketing/test/ marketing/testdef/ order/testdef/ party/script/org/ofbiz/party/test/ party/testdef/ product/...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r893665 - in /ofbiz/trunk/applications: accounting/script/org/ofbiz/accounting/test/ accounting/testdef/ marketing/script/org/ofbiz/marketing/test/ marketing/testdef/ order/testdef/ party/script/org/ofbiz/party/test/ party/testdef/ product/...

lektran
Author: lektran
Date: Thu Dec 24 00:41:27 2009
New Revision: 893665

URL: http://svn.apache.org/viewvc?rev=893665&view=rev
Log:
Changed all test suites (where appropriate) containing simple method tests to use the new location only definition so that all tests from a given simple methods document are automatically included
Required changing the names of a couple of inline methods in PartyTests.xml

Modified:
    ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml
    ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml
    ofbiz/trunk/applications/accounting/testdef/accountingtests.xml
    ofbiz/trunk/applications/accounting/testdef/invoicetests.xml
    ofbiz/trunk/applications/accounting/testdef/paymenttests.xml
    ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/test/MarketingTests.xml
    ofbiz/trunk/applications/marketing/testdef/MarketingTests.xml
    ofbiz/trunk/applications/order/testdef/quotetests.xml
    ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTests.xml
    ofbiz/trunk/applications/party/testdef/PartyTests.xml
    ofbiz/trunk/applications/product/testdef/FacilityTest.xml
    ofbiz/trunk/applications/workeffort/testdef/workefforttests.xml

Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml?rev=893665&r1=893664&r2=893665&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml (original)
+++ ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml Thu Dec 24 00:41:27 2009
@@ -72,6 +72,7 @@
         <log level="info" message="Commission Invoice ${invoicesCreated} is created successfully for ${partyIds}"/>
     </simple-method>
 
+    <!--Test case to verify GL postings for Cancel Invoice process-->
     <simple-method method-name="testGlPostingOnCancelInvoice" short-description="Test case to verify GL postings for Cancel Invoice functionality" login-required="false">
         <!-- Precondition :
             * Invoice is in ready status so accounting transaction is already posted to the GL
@@ -140,6 +141,7 @@
         <log level="info" message="AFTER RUNNING CANCEL INVOICE : UNINVOICED RECEIPTS ;debitTotal :${uninvoicedDebitTotal} ; creditTotal:${uninvoicedCreditTotal} ; debitCreditDifference : ${uninvoicedDebitCreditDifference}"/>
     </simple-method>
 
+    <!--Test case to verify GL postings for Cancel Check Run process-->
     <simple-method method-name="testGlPostingOnCancelCheckRun" short-description="Test case to verify GL postings for Cancel Check Run functionality" login-required="false">
         <!-- Precondition :
             * Two invoices are associated with PaymentGroupId 9000 which are 8001 and 8002

Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml?rev=893665&r1=893664&r2=893665&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml (original)
+++ ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml Thu Dec 24 00:41:27 2009
@@ -21,6 +21,7 @@
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     
+    <!-- Test case for Batching Payments process-->
     <simple-method method-name="testCreatePaymentGroupAndMember" short-description="auto test createPaymentGroupAndMember service" login-required="false">
         <set field="paymentIds[]" value="demo10001"/>
         <set field="paymentIds[]" value="demo10000"/>
@@ -58,6 +59,7 @@
         <log level="info" message="Payment Group ${paymentGroupId} is created successfully for payments"/>
     </simple-method>
 
+    <!--Test case for voiding payments -->
     <simple-method method-name="testVoidPayment" short-description="Test case for voiding payments" login-required="false">
         <!-- Precondition : payment is in sent status and invoice is in ready for posting status
                             Credit in account 213000 - CUSTOMER CREDIT
@@ -101,6 +103,7 @@
         <check-errors/>
     </simple-method>
 
+    <!--Test case for canceling invoices-->
     <simple-method method-name="testCancelInvoice" short-description="Test case for canceling invoices" login-required="false">
         <!-- Precondition : invoice is in ready status
                             Credit in account 210000 - ACCOUNTS PAYABLE
@@ -146,6 +149,7 @@
         <check-errors/>
     </simple-method>
     
+    <!--Test case for process mass check run-->
     <simple-method method-name="testCreatePaymentAndPaymentGroupForInvoices" short-description="Test case for validate service which is creating payment and payment group" login-required="false">
         <!-- Precondition : Invoice is in ready status.
                             Invoice outstanding amount should be greater than zero -->
@@ -190,6 +194,7 @@
         <log level="info" message="Test case ran successfully for input - invoiceIds : ${invoiceIds} and output - paymentGroupId : ${paymentGroupId}"/>
     </simple-method>
 
+    <!--Test case for cancel check run-->
     <simple-method method-name="testCancelCheckRunPayments" short-description="Test case for cancelCheckRunPayments" login-required="false">
         <!-- Pre condition : Invoice is in paid status.
                              Payment should be present.
@@ -231,6 +236,7 @@
         <log level="info" message="Test case for cancelCheckRunPayments ran successfully for paymentGroupId = ${paymentGroupId}"/>
     </simple-method>
     
+    <!-- Test case for deposit or withdraw payments -->
     <simple-method method-name="testDepositWithdrawPayments" short-description="test depositWithdrawPayments service" login-required="false">
         <set field="paymentIds[]" value="demo10010"/>
         <set field="finAccountId" value="SC_CHECKING"/>
@@ -296,6 +302,7 @@
         <log level="info" message="fin Account Trans has been created with Id ${finAccountTransId}"/>
     </simple-method>
 
+    <!--Test case for fin account trans-->
     <simple-method method-name="testSetFinAccountTransStatus" short-description="test case for setFinAccountTransStatus service" login-required="false">
         <!-- Precondition : FinAccountTrans should be in CREATED status -->
 
@@ -324,6 +331,7 @@
         </if-not-empty>
     </simple-method>
 
+    <!--Test case to verify GL postings for Void Payment process-->
     <simple-method method-name="testGlPostingsOnVoidPayment" short-description="Test case to verify GL postings for Void Payment Process" login-required="false">
         <!-- Precondition :
             * Payment is in sent status so accounting transaction is already posted to the GL
@@ -392,6 +400,7 @@
         <log level="info" message="AFTER RUNNING VOID PAYMENT : UNDEPOSITED RECEIPTS ;debitTotal :${undepositedDebitTotal} ; creditTotal:${undepositedCreditTotal} ; debitCreditDifference : ${undepositedDebitCreditDifference}"/>
     </simple-method>
 
+    <!---Test case to verify GL postings for Check Run process-->
     <simple-method method-name="testGlPostingOnCheckRun" short-description="Test case to verify GL postings for Check Run functionality" login-required="false">
         <!-- Precondition :
             * Invoice is in ready status so accounting transaction is already posted to the GL

Modified: ofbiz/trunk/applications/accounting/testdef/accountingtests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/testdef/accountingtests.xml?rev=893665&r1=893664&r2=893665&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/testdef/accountingtests.xml (original)
+++ ofbiz/trunk/applications/accounting/testdef/accountingtests.xml Thu Dec 24 00:41:27 2009
@@ -28,39 +28,7 @@
 
     <test-case case-name="accounting-tests"><junit-test-suite class-name="org.ofbiz.accounting.test.FinAccountTests"/></test-case>
 
-    <!-- Test case for Accounting Transaction on Purchase -->
-    <test-case case-name="auto-accounting-transaction-tests-PoReceipt">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml" name="testAcctgTransOnPoReceipts"/>
-    </test-case>
-    <test-case case-name="auto-accounting-transaction-tests-EditPoInvoice">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml" name="testAcctgTransOnEditPoInvoice"/>
-    </test-case>
-    <test-case case-name="auto-accounting-transaction-tests-PaymentSentToSupplier">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml" name="testAcctgTransOnPaymentSentToSupplier"/>
-    </test-case>
-
-    <!-- Test case for Accounting Transaction on Sales -->
-    <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">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml" name="testAcctgTransOnSalesInvoice"/>
-    </test-case>
-    <test-case case-name="auto-accouning-transaction-tests-PaymentReceivedFromCustomer">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml" name="testAcctgTransOnPaymentReceivedFromCustomer"/>
-    </test-case>
-
-    <!-- Test case for Accounting Transaction on Manufacturing -->
-    <test-case case-name="auto-accounting-transaction-tests-CalculateProductCosts">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml" name="testCalculateProductCosts"/>
-    </test-case>
-    <test-case case-name="auto-accounting-transaction-tests-MaterialIssuance">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml" name="testAcctgTransOnMaterialIssuance"/>
-    </test-case>
-    <test-case case-name="auto-accounting-transaction-tests-ActualManufacturingCost">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml" name="testAcctgTransForActualManufacturingCost"/>
-    </test-case>
-    <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 case-name="auto-accounting-transaction-tests">
+        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml"/>
     </test-case>
 </test-suite>

Modified: ofbiz/trunk/applications/accounting/testdef/invoicetests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/testdef/invoicetests.xml?rev=893665&r1=893664&r2=893665&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/testdef/invoicetests.xml (original)
+++ ofbiz/trunk/applications/accounting/testdef/invoicetests.xml Thu Dec 24 00:41:27 2009
@@ -20,19 +20,9 @@
 <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 -->
-    <test-case case-name="auto-tests-CommissionRun">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml" name="testCommissionRun"/>
-    </test-case>
-
-    <!--Test case to verify GL postings for Cancel Invoice process-->
-    <test-case case-name="auto-tests-glPostingOnCancelInvoice">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml" name="testGlPostingOnCancelInvoice"/>
-    </test-case>
 
-    <!--Test case to verify GL postings for Cancel Check Run process-->
-    <test-case case-name="auto-tests-glPostingOnCancelCheckRun">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml" name="testGlPostingOnCancelCheckRun"/>
+    <test-case case-name="auto-invoice-tests">
+        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml"/>
     </test-case>
 
 </test-suite>

Modified: ofbiz/trunk/applications/accounting/testdef/paymenttests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/testdef/paymenttests.xml?rev=893665&r1=893664&r2=893665&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/testdef/paymenttests.xml (original)
+++ ofbiz/trunk/applications/accounting/testdef/paymenttests.xml Thu Dec 24 00:41:27 2009
@@ -21,52 +21,8 @@
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd">
 
-    <!-- Test case for Batching Payments process-->
-    <test-case case-name="auto-create-payment-group-and-memebers">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml" name="testCreatePaymentGroupAndMember"/>
+    <test-case case-name="auto-payment-tests">
+        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml"/>
     </test-case>
     
-    <!--Test case for voiding payments -->
-    <test-case case-name="auto-test-voidPayment">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml" name="testVoidPayment"/>
-    </test-case>
-    
-    <!--Test case for canceling invoices-->
-    <test-case case-name="auto-test-cancelInvoice">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml" name="testCancelInvoice"/>
-    </test-case>
-    
-    <!--Test case for process mass check run-->
-    <test-case case-name="auto-tests-createPaymentAndPaymentGroupForInvoices">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml" name="testCreatePaymentAndPaymentGroupForInvoices"/>
-    </test-case>
-
-    <!--Test case for cancel check run-->
-    <test-case case-name="auto-test-CancelCheckRunPayments">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml" name="testCancelCheckRunPayments"/>
-    </test-case>
-    
-    <!-- Test case for deposit or withdraw payments -->
-    <test-case case-name="auto-tests-deposit-withdraw-payments">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml" name="testDepositWithdrawPayments"/>
-    </test-case>
-    <test-case case-name="auto-tests-deposit-withdraw-payments-In-single-trans">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml" name="testDepositWithdrawPaymentsInSingleTrans"/>
-    </test-case>
-
-    <!--Test case for fin account trans-->
-    <test-case case-name="auto-tests-setFinAccountTransStatus">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml" name="testSetFinAccountTransStatus"/>
-    </test-case>    
-
-    <!--Test case to verify GL postings for Void Payment process-->
-    <test-case case-name="auto-test-glPostingsOnVoidPayment">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml" name="testGlPostingsOnVoidPayment"/>
-    </test-case>
-
-    <!---Test case to verify GL postings for Check Run process-->
-    <test-case case-name="auto-tests-glPostingOnCheckRun">
-        <simple-method-test location="component://accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml" name="testGlPostingOnCheckRun"/>
-    </test-case>
-
 </test-suite>
\ No newline at end of file

Modified: ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/test/MarketingTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/test/MarketingTests.xml?rev=893665&r1=893664&r2=893665&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/test/MarketingTests.xml (original)
+++ ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/test/MarketingTests.xml Thu Dec 24 00:41:27 2009
@@ -21,6 +21,7 @@
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
+    <!-- Test case for create and update contact list -->
     <simple-method  method-name="testCreateAndUpdateContactList" short-description="Test case to check create and update contact list services" login-required="false">
         <!-- Precondition:
             Create contact list

Modified: ofbiz/trunk/applications/marketing/testdef/MarketingTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/testdef/MarketingTests.xml?rev=893665&r1=893664&r2=893665&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/testdef/MarketingTests.xml (original)
+++ ofbiz/trunk/applications/marketing/testdef/MarketingTests.xml Thu Dec 24 00:41:27 2009
@@ -21,8 +21,7 @@
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd">
 
-    <!-- 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/MarketingTests.xml" name="testCreateAndUpdateContactList"/>
+    <test-case case-name="marketing-tests">
+        <simple-method-test location="component://marketing/script/org/ofbiz/marketing/test/MarketingTests.xml"/>
     </test-case>
 </test-suite>
\ No newline at end of file

Modified: ofbiz/trunk/applications/order/testdef/quotetests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/testdef/quotetests.xml?rev=893665&r1=893664&r2=893665&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/testdef/quotetests.xml (original)
+++ ofbiz/trunk/applications/order/testdef/quotetests.xml Thu Dec 24 00:41:27 2009
@@ -26,15 +26,7 @@
         <entity-xml action="load" entity-xml-url="component://order/testdef/data/QuoteTestData.xml"/>
     </test-case>
 
-    <test-case case-name="testCreateQuoteWorkEffort">
-        <simple-method-test location="component://order/script/org/ofbiz/order/test/QuoteTests.xml" name="testCreateQuoteWorkEffort"/>
-    </test-case>
-
-    <test-case case-name="testCreateQuoteWorkEffortFail">
-        <simple-method-test location="component://order/script/org/ofbiz/order/test/QuoteTests.xml" name="testCreateQuoteWorkEffortFail"/>
-    </test-case>
-
-    <test-case case-name="testCreateWorkEffortAndQuoteWorkEffort">
-        <simple-method-test location="component://order/script/org/ofbiz/order/test/QuoteTests.xml" name="testCreateWorkEffortAndQuoteWorkEffort"/>
+    <test-case case-name="quote-tests">
+        <simple-method-test location="component://order/script/org/ofbiz/order/test/QuoteTests.xml"/>
     </test-case>
 </test-suite>
\ No newline at end of file

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTests.xml?rev=893665&r1=893664&r2=893665&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTests.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTests.xml Thu Dec 24 00:41:27 2009
@@ -404,7 +404,7 @@
         <call-service service-name="createCommunicationEvent" in-map-name="createNewCommEventMap">
             <result-to-field result-name="communicationEventId" field="commEventMap.communicationEventId"/>
         </call-service>
-        <call-simple-method method-name="testUpdateCommEvent"/>
+        <call-simple-method method-name="inlineUpdateCommEvent"/>
         <entity-one entity-name="CommunicationEvent" value-field="communicationEvent">
             <field-map field-name="communicationEventId" from-field="commEventMap.communicationEventId"/>
         </entity-one>
@@ -418,7 +418,7 @@
         </assert>
         <check-errors/>
     </simple-method>
-    <simple-method method-name="testUpdateCommEvent" short-description="test to update communication event" login-required="false">
+    <simple-method method-name="inlineUpdateCommEvent" short-description="test to update communication event" login-required="false">
         <log level="info" message="====================Update communication event test case=========================================="/>
         <set field="updateCommEventMap.communicationEventId" from-field="commEventMap.communicationEventId"/>
         <set field="updateCommEventMap.communicationEventTypeId" value="AUTO_EMAIL_COMM"/>
@@ -443,7 +443,7 @@
         <call-service service-name="createCustRequest" in-map-name="createNewRequestMap">
           <result-to-field result-name="custRequestId" field="requestMap.custRequestId"/>
         </call-service>
-        <call-simple-method method-name="testUpdateRequest"/>
+        <call-simple-method method-name="inlineUpdateRequest"/>
         <entity-one entity-name="CustRequest" value-field="custRequest">
             <field-map field-name="custRequestId" from-field="requestMap.custRequestId"/>
         </entity-one>
@@ -457,7 +457,7 @@
         </assert>
         <check-errors/>
     </simple-method>
-    <simple-method method-name="testUpdateRequest" short-description="update a request" login-required="false">
+    <simple-method method-name="inlineUpdateRequest" short-description="update a request" login-required="false">
         <log level="info" message="====================Update a request test case=========================================="/>
         <set field="updateRequestMap.custRequestId" from-field="requestMap.custRequestId"/>
         <set field="updateRequestMap.custRequestTypeId" value="RF_INFO"/>

Modified: ofbiz/trunk/applications/party/testdef/PartyTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/testdef/PartyTests.xml?rev=893665&r1=893664&r2=893665&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/testdef/PartyTests.xml (original)
+++ ofbiz/trunk/applications/party/testdef/PartyTests.xml Thu Dec 24 00:41:27 2009
@@ -19,34 +19,9 @@
 <test-suite suite-name="partytests"
         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/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/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/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/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/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/PartyTests.xml" name="testUpdatePartyCreditCard"/>
-    </test-case>
-    <test-case case-name="test-Update password">
-        <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/PartyTests.xml" name="testAddRole"/>
-    </test-case>
-    <test-case case-name="test-CreateNewCommEvent">
-        <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/PartyTests.xml" name="testCreateNewRequest"/>
+
+    <test-case case-name="party-tests">
+        <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTests.xml"/>
     </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=893665&r1=893664&r2=893665&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/testdef/FacilityTest.xml (original)
+++ ofbiz/trunk/applications/product/testdef/FacilityTest.xml Thu Dec 24 00:41:27 2009
@@ -28,24 +28,13 @@
         <junit-test-suite class-name="org.ofbiz.product.test.InventoryItemTransferTest"/>
     </test-case>
     <!-- Physical Inventory Adjustment test -->
+    <!-- TODO: Move the test implementation to a more appropriate place -->
     <test-case case-name="physicalInventoryAdjustment-test">
         <simple-method-test location="component://product/script/org/ofbiz/product/inventory/InventoryServices.xml" name="testPhysicalInventoryAdjustment"/>
     </test-case>
 
-    <!-- Packing process test -->
-    <test-case case-name="testPackingServices-test">
-        <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/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/ShipmentTests.xml" name="testReceiveInventoryNonSerialized"/>
+    <test-case case-name="shipment-tests">
+        <simple-method-test location="component://product/script/org/ofbiz/shipment/test/ShipmentTests.xml"/>
     </test-case>
 
-    <test-case case-name="testCreateShipmentRouteSegment-test">
-        <simple-method-test location="component://product/script/org/ofbiz/shipment/test/ShipmentTests.xml" name="testCreateShipmentRouteSegment"/>
-    </test-case>
 </test-suite>
\ No newline at end of file

Modified: ofbiz/trunk/applications/workeffort/testdef/workefforttests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/testdef/workefforttests.xml?rev=893665&r1=893664&r2=893665&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/testdef/workefforttests.xml (original)
+++ ofbiz/trunk/applications/workeffort/testdef/workefforttests.xml Thu Dec 24 00:41:27 2009
@@ -20,6 +20,7 @@
 <test-suite suite-name="workefforttests"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd">
+    <!-- TODO: Move these test implementations to a separate simple methods document -->
     <test-case case-name="testCreateEventService Direct Simple Method">
         <simple-method-test location="component://workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml" name="testCreateEventService"/>
     </test-case>