aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-08-05 22:54:42 +0200
committerMichał Górny <mgorny@gentoo.org>2011-08-05 22:54:42 +0200
commit485e9688089af9a8d26487354bc863ebb57f0a5b (patch)
tree58ebfd77eb1b2faf59487edfd0eb438589262982
parentClear D-Bus result buffers when checking results. (diff)
downloadpms-test-suite-485e9688089af9a8d26487354bc863ebb57f0a5b.tar.gz
pms-test-suite-485e9688089af9a8d26487354bc863ebb57f0a5b.tar.bz2
pms-test-suite-485e9688089af9a8d26487354bc863ebb57f0a5b.zip
Fix the IUSE inheritance test.
-rw-r--r--pmstestsuite/library/standard/eclass_metadata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmstestsuite/library/standard/eclass_metadata.py b/pmstestsuite/library/standard/eclass_metadata.py
index 1ebc05e..a2469f1 100644
--- a/pmstestsuite/library/standard/eclass_metadata.py
+++ b/pmstestsuite/library/standard/eclass_metadata.py
@@ -44,7 +44,7 @@ class IUseInheritanceTest(VariableInheritanceTest):
DBusEclassTestCase.check_dbus_result(self, output, pm)
spl = pm.installed[self.atom(pm)].use
- self.assertEqual(sorted(spl), sorted((self.var_eclass_value,
+ self.assertEqual(sorted([str(x) for x in spl]), sorted((self.var_eclass_value,
self.var_ebuild_value)), 'IUSE')
# XXX: REQUIRED_USE