Author: lektran
Date: Sun Aug 1 08:51:36 2010
New Revision: 981174
URL:
http://svn.apache.org/viewvc?rev=981174&view=revLog:
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>