From 29ea5a2235a29a9ee8cabcdd7e8855ffbbe3338e Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Wed, 1 Oct 2008 12:44:30 +0000 Subject: [PATCH] forget to remove a comment, sorry git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23933 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/tests/runFunctionalTest.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/product/ERP5Type/tests/runFunctionalTest.py b/product/ERP5Type/tests/runFunctionalTest.py index 9a883c10ec..14868bef66 100755 --- a/product/ERP5Type/tests/runFunctionalTest.py +++ b/product/ERP5Type/tests/runFunctionalTest.py @@ -169,9 +169,6 @@ user_pref("signed.applets.codebase_principal_support", true); user_pref("capability.principal.codebase.p1.id", %s); user_pref("capability.principal.codebase.p1.subjectName", "");""" % \ '%s:%s' % (host, port) - -# pref = file(os.path.join(os.path.dirname(__file__), 'prefs.js')).read() - pref_file = open(os.path.join(profile_dir, 'prefs.js'), 'w') pref_file.write(prefs_js) pref_file.close() -- 2.30.9