You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2009/05/07 06:37:31 UTC

svn commit: r772498 - /ofbiz/trunk/framework/resources/templates/Tests.xml

Author: lektran
Date: Thu May  7 04:37:31 2009
New Revision: 772498

URL: http://svn.apache.org/viewvc?rev=772498&view=rev
Log:
Fix suite-name as reported by Vikas on the dev list

Modified:
    ofbiz/trunk/framework/resources/templates/Tests.xml

Modified: ofbiz/trunk/framework/resources/templates/Tests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/resources/templates/Tests.xml?rev=772498&r1=772497&r2=772498&view=diff
==============================================================================
--- ofbiz/trunk/framework/resources/templates/Tests.xml (original)
+++ ofbiz/trunk/framework/resources/templates/Tests.xml Thu May  7 04:37:31 2009
@@ -1,4 +1,4 @@
-<test-suite suite-name="accountingtests"
+<test-suite suite-name="@component-resource-name@tests"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd">