]> granicus.if.org Git - python/commit
This test failed on WindowsME because the full file path did not get
authorRaymond Hettinger <python@rcn.com>
Sun, 13 Jul 2003 06:15:11 +0000 (06:15 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 13 Jul 2003 06:15:11 +0000 (06:15 +0000)
commitdc9dcf135e7bde09726d0af5cd55f49c31851c66
treecf85411e4d518f8111fb6b8adde65da655901966
parent0320464583957258031ebee1b8897343211e4339
This test failed on WindowsME because the full file path did not get
reported consistently with the *nix world.  'Lib/test/test_warnings.py'
came out as 'lib\test\test_warnings.py'.  The basename is all we care
about so I used that.
Lib/test/output/test_warnings
Lib/test/test_warnings.py