summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-07-03 19:36:48 +0200
committerMichal Minar <miminar@redhat.com>2013-07-10 07:38:23 +0200
commitb37009fc9f7a0d06dabb0c4ea91f82ff6dc2f014 (patch)
tree2b0cb47b0f783a6e56324339d77375d34c4095f8 /src
parent833c8586dab8fa5bacfa4bfd0077299a12019eaa (diff)
downloadopenlmi-providers-b37009fc9f7a0d06dabb0c4ea91f82ff6dc2f014.tar.gz
openlmi-providers-b37009fc9f7a0d06dabb0c4ea91f82ff6dc2f014.tar.xz
openlmi-providers-b37009fc9f7a0d06dabb0c4ea91f82ff6dc2f014.zip
software: fixed test of LMI_InstalledSoftwareIdentity
Diffstat (limited to 'src')
-rwxr-xr-xsrc/software/test/test_installed_software_identity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/software/test/test_installed_software_identity.py b/src/software/test/test_installed_software_identity.py
index 07189f0..bf8fe2c 100755
--- a/src/software/test/test_installed_software_identity.py
+++ b/src/software/test/test_installed_software_identity.py
@@ -182,7 +182,7 @@ class TestInstalledSoftwareIdentity(base.SoftwareBaseTestCase):
'Object path does not match for %s.' % pkg)
# try to install second time
- self.assertRaisesCIM(pywbem.CIM_ERR_ALREADY_EXISTS
+ self.assertRaisesCIM(pywbem.CIM_ERR_ALREADY_EXISTS,
self.conn.CreateInstance, NewInstance=inst)
@base.mark_dangerous