You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2012/06/29 20:16:48 UTC

svn commit: r1355491 - /ofbiz/trunk/specialpurpose/scrum/testdef/scrumTests.xml

Author: jacopoc
Date: Fri Jun 29 18:16:47 2012
New Revision: 1355491

URL: http://svn.apache.org/viewvc?rev=1355491&view=rev
Log:
Fixed wrong path to data file in the scrum component.

Modified:
    ofbiz/trunk/specialpurpose/scrum/testdef/scrumTests.xml

Modified: ofbiz/trunk/specialpurpose/scrum/testdef/scrumTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/testdef/scrumTests.xml?rev=1355491&r1=1355490&r2=1355491&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/testdef/scrumTests.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/testdef/scrumTests.xml Fri Jun 29 18:16:47 2012
@@ -59,7 +59,7 @@ under the License.
             <entity-xml action="load" entity-xml-url="component://scrum/data/scrumTypeData.xml"/>
         </test-case>
         <test-case case-name="scrum-security-data">
-            <entity-xml action="load" entity-xml-url="component://scrum/data/scrumSecurityData.xml"/>
+            <entity-xml action="load" entity-xml-url="component://scrum/data/scrumSecurityGroupDemoData.xml"/>
         </test-case>
         <test-case case-name="scrum-demo-data">
             <entity-xml action="load" entity-xml-url="component://scrum/data/scrumDemoData.xml"/>