summaryrefslogtreecommitdiffstats
path: root/src/software/test
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-03-21 16:41:18 +0100
committerMichal Minar <miminar@redhat.com>2013-03-21 18:07:08 +0100
commit1c9627272440844c726052dc53900ecfe544d598 (patch)
tree23c1d9fe487998cc06e47cb4314cba87b186ff69 /src/software/test
parentc110c6309306b3208eb1c3dabfb0d9d860d06b9a (diff)
downloadopenlmi-providers-1c9627272440844c726052dc53900ecfe544d598.tar.gz
openlmi-providers-1c9627272440844c726052dc53900ecfe544d598.tar.xz
openlmi-providers-1c9627272440844c726052dc53900ecfe544d598.zip
various enhancements
consistent access to Package's version and release attributes - all 'ver' and 'rel' replaced to full names added tracing decorators to some functions providers having Values class under core subpackage now reference it with self.values property Identity.pkg2model now accepts also nevra as string removed tabs in source code
Diffstat (limited to 'src/software/test')
-rwxr-xr-xsrc/software/test/test_installed_software_identity.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/software/test/test_installed_software_identity.py b/src/software/test/test_installed_software_identity.py
index b796156..ade841b 100755
--- a/src/software/test/test_installed_software_identity.py
+++ b/src/software/test/test_installed_software_identity.py
@@ -202,8 +202,7 @@ class TestInstalledSoftwareIdentity(base.SoftwareBaseTestCase):
with self.assertRaises(pywbem.CIMError) as cm:
self.conn.DeleteInstance(InstanceName=objpath)
- self.assertEqual(cm.exception.args[0],
- pywbem.CIM_ERR_NOT_FOUND)
+ self.assertEqual(cm.exception.args[0], pywbem.CIM_ERR_NOT_FOUND)
@base.mark_tedious
def test_get_system_referents(self):