You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2010/04/06 07:28:12 UTC

svn commit: r931024 - /ofbiz/trunk/applications/order/testdef/OrderTest.xml

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>



Re: svn commit: r931024 - /ofbiz/trunk/applications/order/testdef/OrderTest.xml

Posted by Scott Gray <sc...@hotwaxmedia.com>.
Reviewed, I give it a 10/10

Regards
Scott

On 5/04/2010, at 11:28 PM, doogie@apache.org 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>
> 
> 


Re: svn commit: r931024 - /ofbiz/trunk/applications/order/testdef/OrderTest.xml

Posted by Ashish Vijaywargiya <vi...@gmail.com>.
:-).

--
Ashish

On Tue, Apr 6, 2010 at 11:10 AM, Adrian Crum <ad...@yahoo.com> wrote:
>
> 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).
>

Re: svn commit: r931024 - /ofbiz/trunk/applications/order/testdef/OrderTest.xml

Posted by Scott Gray <sc...@hotwaxmedia.com>.
On 5/04/2010, at 11:55 PM, Robert Morley wrote:

> On 2010-04-06, at 1:41 AM, Adrian Crum <ad...@yahoo.com> wrote:
> 
>> --- On Mon, 4/5/10, doogie@apache.org <do...@apache.org> 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).
>> 
> 
> mark it depreciated.

because it has decreased in value :-)


Re: svn commit: r931024 - /ofbiz/trunk/applications/order/testdef/OrderTest.xml

Posted by Robert Morley <rm...@emforium.com>.

On 2010-04-06, at 1:41 AM, Adrian Crum <ad...@yahoo.com> wrote:

> --- On Mon, 4/5/10, doogie@apache.org <do...@apache.org> 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.

Re: svn commit: r931024 - /ofbiz/trunk/applications/order/testdef/OrderTest.xml

Posted by Scott Gray <sc...@hotwaxmedia.com>.
On 5/04/2010, at 11:40 PM, Adrian Crum wrote:

> --- On Mon, 4/5/10, doogie@apache.org <do...@apache.org> 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).

Damn, I totally missed that.  Adam, I only have one thing to say:
no, nO, NO, NO!

Re: svn commit: r931024 - /ofbiz/trunk/applications/order/testdef/OrderTest.xml

Posted by Adrian Crum <ad...@yahoo.com>.
--- On Mon, 4/5/10, doogie@apache.org <do...@apache.org> 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).