diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-13 11:18:49 +0000 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-13 11:18:49 +0000 |
commit | 13ba1a1c6571dad26e3030525556ec4b552b0865 (patch) | |
tree | 163e5b70a38db83142ace5dcec589bee0e0d074e /Lib/test/test_minidom.py | |
parent | fce7b868076ad9ee7005273669b742c98214ec79 (diff) | |
download | cpython-git-13ba1a1c6571dad26e3030525556ec4b552b0865.tar.gz |
Move the xml test data to their own directory.
Diffstat (limited to 'Lib/test/test_minidom.py')
-rw-r--r-- | Lib/test/test_minidom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_minidom.py b/Lib/test/test_minidom.py index 7ccb8f40c7..a8c0b10ac8 100644 --- a/Lib/test/test_minidom.py +++ b/Lib/test/test_minidom.py @@ -19,7 +19,7 @@ if __name__ == "__main__": base = sys.argv[0] else: base = __file__ -tstfile = os.path.join(os.path.dirname(base), "test"+os.extsep+"xml") +tstfile = os.path.join(os.path.dirname(base), "xmltestdata", "test.xml") del base # The tests of DocumentType importing use these helpers to construct |