From dd03af82d11f84f5bbcb6ce37b3f6cf68c45b61d Mon Sep 17 00:00:00 2001
From: Fabien Morin <fabien@nexedi.com>
Date: Wed, 1 Oct 2008 12:28:11 +0000
Subject: [PATCH] change the order of two user_pref

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

diff --git a/product/ERP5Type/tests/runFunctionalTest.py b/product/ERP5Type/tests/runFunctionalTest.py
index 313d24e381..9a883c10ec 100755
--- a/product/ERP5Type/tests/runFunctionalTest.py
+++ b/product/ERP5Type/tests/runFunctionalTest.py
@@ -165,9 +165,9 @@ user_pref("security.warn_viewing_mixed.show_once", false);
 user_pref("signon.rememberSignons", false);
 
 // this is required to upload files
+user_pref("signed.applets.codebase_principal_support", true);
 user_pref("capability.principal.codebase.p1.id", %s);
-user_pref("capability.principal.codebase.p1.subjectName", "");
-user_pref("signed.applets.codebase_principal_support", true);""" % \
+user_pref("capability.principal.codebase.p1.subjectName", "");""" % \
     '%s:%s' % (host, port)
   
 #  pref = file(os.path.join(os.path.dirname(__file__), 'prefs.js')).read()
-- 
2.30.9