summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-13 11:18:49 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-13 11:18:49 (GMT)
commit13ba1a1c6571dad26e3030525556ec4b552b0865 (patch)
tree163e5b70a38db83142ace5dcec589bee0e0d074e /Tools
parentfce7b868076ad9ee7005273669b742c98214ec79 (diff)
downloadcpython-13ba1a1c6571dad26e3030525556ec4b552b0865.zip
cpython-13ba1a1c6571dad26e3030525556ec4b552b0865.tar.gz
cpython-13ba1a1c6571dad26e3030525556ec4b552b0865.tar.bz2
Move the xml test data to their own directory.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/msi.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index eba29cc..84215a1 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -1005,8 +1005,6 @@ def add_files(db):
lib.add_file("audiotest.au")
lib.add_file("cfgparser.1")
lib.add_file("sgml_input.html")
- lib.add_file("test.xml")
- lib.add_file("test.xml.out")
lib.add_file("testtar.tar")
lib.add_file("test_difflib_expect.html")
lib.add_file("check_soundcard.vbs")
@@ -1018,6 +1016,9 @@ def add_files(db):
lib.add_file("zipdir.zip")
if dir=='decimaltestdata':
lib.glob("*.decTest")
+ if dir=='xmltestdata':
+ lib.glob("*.xml")
+ lib.add_file("test.xml.out")
if dir=='output':
lib.glob("test_*")
if dir=='idlelib':