On 2010-04-06, at 1:41 AM, Adrian Crum <[email protected]> wrote:

--- On Mon, 4/5/10, [email protected] <[email protected]> wrote:
Author: doogie
Date: Tue Apr  6 05:28:12 2010
New Revision: 931024

URL: http://svn.apache.org/viewvc?rev=931024&view=rev
Log:
Remove testdef to a class that doesn't exist.

Modified:

ofbiz/trunk/applications/order/testdef/OrderTest.xml

Modified:
ofbiz/trunk/applications/order/testdef/OrderTest.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/testdef/OrderTest.xml?rev=931024&r1=931023&r2=931024&view=diff
===
===
===
=====================================================================
--- ofbiz/trunk/applications/order/testdef/OrderTest.xml
(original)
+++ ofbiz/trunk/applications/order/testdef/OrderTest.xml
Tue Apr  6 05:28:12 2010
@@ -21,13 +21,10 @@ under the License.
<test-suite suite-name="ordertests"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd ">
-    <test-case
case-name="custRequest-test">
-        <junit-test-suite
class-name="org.ofbiz.order.test.CustRequestTest"/>
-    </test-case>
     <test-case
case-name="purchaseOrder-test">
         <junit-test-suite
class-name="org.ofbiz.order.test.PurchaseOrderTest"/>
     </test-case>
     <test-case
case-name="salesOrder-test">
         <junit-test-suite
class-name="org.ofbiz.order.test.SalesOrderTest"/>
     </test-case>
-</test-suite>
\ No newline at end of file
+</test-suite>

That should have been two separate commits - one to fix the error, and another one to add the newline at end of file (formatting change).


no no no create a stub test class with that name and mark it depreciated.

Reply via email to