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 2009/02/05 16:01:35 UTC

svn commit: r741119 - /ofbiz/trunk/framework/example/testdef/assertdata/TestUserLoginData.xml

Author: jacopoc
Date: Thu Feb  5 15:01:34 2009
New Revision: 741119

URL: http://svn.apache.org/viewvc?rev=741119&view=rev
Log:
Fix to avoid the test to fail after recent change to "system" seed data.
By the way: is it correct to have a test rely on demo data like this one?

Modified:
    ofbiz/trunk/framework/example/testdef/assertdata/TestUserLoginData.xml

Modified: ofbiz/trunk/framework/example/testdef/assertdata/TestUserLoginData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/testdef/assertdata/TestUserLoginData.xml?rev=741119&r1=741118&r2=741119&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/testdef/assertdata/TestUserLoginData.xml (original)
+++ ofbiz/trunk/framework/example/testdef/assertdata/TestUserLoginData.xml Thu Feb  5 15:01:34 2009
@@ -19,7 +19,7 @@
 -->
 
 <entity-engine-xml>
-    <UserLogin userLoginId="system" currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a" />
+    <UserLogin userLoginId="system" enabled="N" isSystem="Y"/>
     <UserLogin userLoginId="anonymous" currentPassword="anonymous" />
     <UserLogin userLoginId="admin" currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a" partyId="admin" />
 </entity-engine-xml>