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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 21 06:28:21 CET 2010


Author: rafael
Date: Thu Jan 21 06:28:21 2010
New Revision: 31855

URL: http://svn.erp5.org?rev=31855&view=rev
Log:
Make sure we do not use cache.

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=31855&r1=31854&r2=31855&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py [utf8] Thu Jan 21 06:28:21 2010
@@ -208,6 +208,14 @@
 
 // Disable "do you want to remember this password?"
 user_pref("signon.rememberSignons", false);
+
+// Make sure we do not use cache
+user_pref("browser.cache.check_doc_frequency", 1);
+user_pref("network.http.use-cache", false);
+//user_pref("browser.cache.disk.capacity", 0);
+//user_pref("browser.cache.disk.enable", false);
+//user_pref("browser.cache.memory.enable", false);
+//user_pref("browser.cache.offline.enable", false);
 
 // this is required to upload files
 user_pref("capability.principal.codebase.p1.granted", "UniversalFileRead");




More information about the Erp5-report mailing list