summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2014-04-18 14:59:08 +0200
committerJan Safranek <jsafrane@redhat.com>2014-04-18 14:59:08 +0200
commit325d6b526a17e278b49720abe65c3c33ed589560 (patch)
tree79b9d0692dbcd4bec715c9090800464afcac53ea /src
parenteea94010e76d9422ea4be00c12443634172c8d4d (diff)
downloadopenlmi-providers-325d6b526a17e278b49720abe65c3c33ed589560.tar.gz
openlmi-providers-325d6b526a17e278b49720abe65c3c33ed589560.tar.xz
openlmi-providers-325d6b526a17e278b49720abe65c3c33ed589560.zip
Uninstall 'unicode-chars' package in test_enum_instance_names test.
The package is installed by TestSoftwareIdentityChecks.test_package_file_checks_unicode and can make the test fail.
Diffstat (limited to 'src')
-rw-r--r--src/software/test/test_installed_software_identity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/software/test/test_installed_software_identity.py b/src/software/test/test_installed_software_identity.py
index fd0e616..d086caa 100644
--- a/src/software/test/test_installed_software_identity.py
+++ b/src/software/test/test_installed_software_identity.py
@@ -112,6 +112,7 @@ class TestInstalledSoftwareIdentity(swbase.SwTestCase):
'misc#pkg2' : False,
'misc#funny-version' : True,
'misc#funny-release' : True,
+ 'misc#unicode-chars' : False,
})
def test_enum_instance_names(self):
"""