Kaydet (Commit) 6782d6aa authored tarafından Tim Peters's avatar Tim Peters

We don't really need the name of the test in the "test skipped" msg, and

having it there causes the line to wrap.
üst 283ead8b
......@@ -21,7 +21,7 @@ if (sys.platform.startswith("win") or sys.platform=="riscos" or
# link counts, and that causes test_listfolders() here to get back
# an empty list from its call of listallfolders().
# The other tests here pass on Windows.
raise TestSkipped("test_mhlib skipped on %s -- " % sys.platform +
raise TestSkipped("skipped on %s -- " % sys.platform +
"too many Unix assumptions")
_mhroot = TESTFN+"_MH"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment