]> granicus.if.org Git - python/commitdiff
[Bug #962631] Fix typo reported by Bryan Blackburn
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 1 Jun 2004 12:48:19 +0000 (12:48 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 1 Jun 2004 12:48:19 +0000 (12:48 +0000)
Lib/test/test_sax.py

index 8e279ce5206494b9eddbbd2f0cb08559c9652f4b..8786094a974e9c8b3564682452d13b9a39c3fe6f 100644 (file)
@@ -27,7 +27,7 @@ def confirm(outcome, name):
     tests = tests + 1
     if outcome:
         if verbose:
-            print "Failed", name
+            print "Passed", name
     else:
         failures.append(name)