test/unittest_utils.py
branchstable
changeset 9599 13dd3a57dabb
parent 8682 20bd1cdf86ae
child 9657 3ff4c6f80c37
--- a/test/unittest_utils.py	Mon Mar 31 19:00:49 2014 +0200
+++ b/test/unittest_utils.py	Tue Apr 01 14:46:55 2014 +0200
@@ -1,4 +1,4 @@
-# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2014 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -271,6 +271,7 @@
         self.assertEqual(list(result), expected)
 
     def test_getvalue_with_concat(self):
+        self.config.global_set_option('concat-resources', True)
         base_url = u'http://test.fr/data/'
         head = self.htmlhead(base_url)
         head.add_js(base_url + u'bob0.js')