# HG changeset patch # User Aurelien Campeas # Date 1396356415 -7200 # Node ID 13dd3a57dabb79d8f0abf799b572bc3644800f00 # Parent 7017188783d30970c3d0e23f5b344dd5fa86cfcd [test/utils] repair concat-resources test That was forgotten in 240a620b9cd3. Related to #3670503. diff -r 7017188783d3 -r 13dd3a57dabb 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')