[Erp5-report] r32290 jerome - /erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Feb 5 18:00:30 CET 2010
Author: jerome
Date: Fri Feb 5 18:00:28 2010
New Revision: 32290
URL: http://svn.erp5.org?rev=32290&view=rev
Log:
Don't disable cache, as users have cache enabled.
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=32290&r1=32289&r2=32290&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py [utf8] Fri Feb 5 18:00:28 2010
@@ -213,10 +213,6 @@
// increase the timeout before warning of unresponsive script
user_pref("dom.max_script_run_time", 120);
-// Make sure we do not use cache
-user_pref("browser.cache.check_doc_frequency", 1);
-user_pref("network.http.use-cache", false);
-
// this is required to upload files
user_pref("capability.principal.codebase.p1.granted", "UniversalFileRead");
user_pref("signed.applets.codebase_principal_support", true);
More information about the Erp5-report
mailing list