[Erp5-report] r23961 - /erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Oct 2 09:52:05 CEST 2008
Author: fabien
Date: Thu Oct 2 09:52:00 2008
New Revision: 23961
URL: http://svn.erp5.org?rev=23961&view=rev
Log:
add a user_pref and correct another
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=23961&r1=23960&r2=23961&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py (original)
+++ erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py Thu Oct 2 09:52:00 2008
@@ -165,8 +165,9 @@
user_pref("signon.rememberSignons", false);
// this is required to upload files
+user_pref("capability.principal.codebase.p1.granted", "UniversalFileRead");
user_pref("signed.applets.codebase_principal_support", true);
-user_pref("capability.principal.codebase.p1.id", %s);
+user_pref("capability.principal.codebase.p1.id", "http://%s");
user_pref("capability.principal.codebase.p1.subjectName", "");""" % \
'%s:%s' % (host, port)
pref_file = open(os.path.join(profile_dir, 'prefs.js'), 'w')
More information about the Erp5-report
mailing list