From 3111e37f4fbad888df1cc2523c9ce92f82b09db9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Fri, 5 Feb 2010 17:00:28 +0000
Subject: [PATCH] Don't disable cache, as users have cache enabled.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32290 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/tests/runFunctionalTest.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/product/ERP5Type/tests/runFunctionalTest.py b/product/ERP5Type/tests/runFunctionalTest.py
index 8bb6ab25d8..26ec738660 100755
--- a/product/ERP5Type/tests/runFunctionalTest.py
+++ b/product/ERP5Type/tests/runFunctionalTest.py
@@ -213,10 +213,6 @@ user_pref("signon.rememberSignons", false);
 // 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);
-- 
2.30.9