summaryrefslogtreecommitdiffstats
path: root/src/software/test/test_software_identity_file_check.py
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-07-06 21:45:06 +0200
committerMichal Minar <miminar@redhat.com>2013-07-23 13:52:35 +0200
commit56610bea26c18d6aae110724b450f8f894595714 (patch)
tree8f64f45809e84e7136fc834702c0e0def9ff39df /src/software/test/test_software_identity_file_check.py
parent9618e135bf2e54dea9679e943215d055f73c4375 (diff)
downloadopenlmi-providers-56610bea26c18d6aae110724b450f8f894595714.tar.gz
openlmi-providers-56610bea26c18d6aae110724b450f8f894595714.tar.xz
openlmi-providers-56610bea26c18d6aae110724b450f8f894595714.zip
software: added doc strings; spaces, be gone
removed spaces at the end of lines
Diffstat (limited to 'src/software/test/test_software_identity_file_check.py')
-rwxr-xr-xsrc/software/test/test_software_identity_file_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/software/test/test_software_identity_file_check.py b/src/software/test/test_software_identity_file_check.py
index 027e17f..49cd97d 100755
--- a/src/software/test/test_software_identity_file_check.py
+++ b/src/software/test/test_software_identity_file_check.py
@@ -238,7 +238,7 @@ class TestSoftwareIdentityFileCheck(
pywbem.Uint16(3), #Checksum
pywbem.Uint16(9), #LastModificationTime
]), set(inst["FailedFlags"]))
-
+
self.assertGreater(inst["FileSize"], inst["FileSizeOriginal"],
"File size should be greater, then expected for regular file"
" %s:%s"%(pkg.name, filepath))