fixed warning and error message

This commit is contained in:
Tarek Ziadé 2009-10-24 15:51:30 +00:00
parent 468f700af7
commit 1733c9362b
5 changed files with 5 additions and 5 deletions

View file

@ -103,7 +103,7 @@ class BuildPyTestCase(support.TempdirManager,
finally:
sys.dont_write_bytecode = old_dont_write_bytecode
self.assertTrue('byte-compile not supported ' in self.logs[0][1])
self.assertTrue('byte-compiling is disabled' in self.logs[0][1])
def test_suite():
return unittest.makeSuite(BuildPyTestCase)