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

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

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

lektran
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">