From 6e5c8b62cc2cf3dab774a721863db1006fce3238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonel=20C=C3=A2mara?= Date: Wed, 9 Aug 2017 01:05:37 +0100 Subject: [PATCH] Make test_include_files demand the same order --- gluon/tests/test_globals.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gluon/tests/test_globals.py b/gluon/tests/test_globals.py index 390079ce..da403dbe 100644 --- a/gluon/tests/test_globals.py +++ b/gluon/tests/test_globals.py @@ -158,10 +158,10 @@ class testResponse(unittest.TestCase): response.files.append(URL('a', 'static', 'css/file.ts')) content = return_includes(response) self.assertEqual(content, + '' + '' + '' + - '' + - '' + '' ) response = Response()