From 1a576387020480c3b5eb25c4c1d605181df0c315 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 14 Dec 2009 18:01:45 +0100 Subject: Fixed errornous log line --- unit-tests/unit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit