[test/utils] repair concat-resources test stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 01 Apr 2014 14:46:55 +0200
branchstable
changeset 9599 13dd3a57dabb
parent 9598 7017188783d3
child 9600 bde625698f44
[test/utils] repair concat-resources test That was forgotten in 240a620b9cd3. Related to #3670503.
test/unittest_utils.py
--- 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')