summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-06-04 16:08:31 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-06-04 16:08:31 -0300
commitc16f55c314b8082a1fea3df05ee73e5f0f55c82a (patch)
tree4246047dc999638a8358fe57dc6a15551a82edce /test
parent96c260557e7232cd5b3aaa86381d52d551e2659b (diff)
test_cerbero_config: Fix it to consider new attributes.
Diffstat (limited to 'test')
-rw-r--r--test/test_cerbero_config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_cerbero_config.py b/test/test_cerbero_config.py
index 6f0fdb1a..f8ce6b62 100644
--- a/test/test_cerbero_config.py
+++ b/test/test_cerbero_config.py
@@ -85,6 +85,8 @@ class LinuxPackagesTest(unittest.TestCase):
'allow_parallel_build': cconfig.DEFAULT_ALLOW_PARALLEL_BUILD,
'use_configure_cache': False,
'allow_system_libs': True,
+ 'external_packages': {},
+ 'external_recipes': {},
}
self.assertEquals(sorted(config._properties), sorted(props.keys()))
for p, v in props.iteritems():