[test/utils] repair concat-resources test
That was forgotten in 240a620b9cd3.
Related to #3670503.
--- 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')