svn commit: r981174 - /ofbiz/trunk/framework/webapp/ofbiz-component.xml

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

svn commit: r981174 - /ofbiz/trunk/framework/webapp/ofbiz-component.xml

lektran
Author: lektran
Date: Sun Aug  1 08:51:36 2010
New Revision: 981174

URL: http://svn.apache.org/viewvc?rev=981174&view=rev
Log:
Commented test-suite declaration in webapp's ofbiz-component.xml because the contents of the test suite file are themselves commented out

Modified:
    ofbiz/trunk/framework/webapp/ofbiz-component.xml

Modified: ofbiz/trunk/framework/webapp/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/ofbiz-component.xml?rev=981174&r1=981173&r2=981174&view=diff
==============================================================================
--- ofbiz/trunk/framework/webapp/ofbiz-component.xml (original)
+++ ofbiz/trunk/framework/webapp/ofbiz-component.xml Sun Aug  1 08:51:36 2010
@@ -31,5 +31,5 @@ under the License.
 
     <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>
 
-    <test-suite loader="main" location="testdef/webapptests.xml"/>
+<!--<test-suite loader="main" location="testdef/webapptests.xml"/>-->
 </ofbiz-component>