summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-12-14 18:01:45 +0100
committerDavid Sommerseth <davids@redhat.com>2009-12-14 18:01:45 +0100
commit1a576387020480c3b5eb25c4c1d605181df0c315 (patch)
tree07a6e059f630bda20273ac3e0148ad4449428a40
parente22cd7e0abeaae055f1daacc262f1715c5cebc74 (diff)
downloadpython-dmidecode-1a576387020480c3b5eb25c4c1d605181df0c315.tar.gz
python-dmidecode-1a576387020480c3b5eb25c4c1d605181df0c315.tar.xz
python-dmidecode-1a576387020480c3b5eb25c4c1d605181df0c315.zip
Fixed errornous log line
-rwxr-xr-xunit-tests/unit2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests/unit b/unit-tests/unit
index 8025e1a..d2b94bb 100755
--- a/unit-tests/unit
+++ b/unit-tests/unit
@@ -325,7 +325,7 @@ try:
passed()
for i in types:
- vwrite(" * XML: Testing dmidecodeXML::QueryTypeId(%s, 2)..." % red(i), 1)
+ vwrite(" * XML: Testing dmidecodeXML::QueryTypeId(%s)..." % red(i), 1)
try:
output_node = dmixml.QueryTypeId(i)
test(isinstance(output_node, libxml2.xmlNode))