[Erp5-report] r23931 - /erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 1 14:28:12 CEST 2008


Author: fabien
Date: Wed Oct  1 14:28:11 2008
New Revision: 23931

URL: http://svn.erp5.org?rev=23931&view=rev
Log:
change the order of two user_pref

Modified:
    erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py

Modified: erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py?rev=23931&r1=23930&r2=23931&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py (original)
+++ erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py Wed Oct  1 14:28:11 2008
@@ -165,9 +165,9 @@
 user_pref("signon.rememberSignons", false);
 
 // this is required to upload files
+user_pref("signed.applets.codebase_principal_support", true);
 user_pref("capability.principal.codebase.p1.id", %s);
-user_pref("capability.principal.codebase.p1.subjectName", "");
-user_pref("signed.applets.codebase_principal_support", true);""" % \
+user_pref("capability.principal.codebase.p1.subjectName", "");""" % \
     '%s:%s' % (host, port)
   
 #  pref = file(os.path.join(os.path.dirname(__file__), 'prefs.js')).read()




More information about the Erp5-report mailing list