summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2014-07-29 21:38:17 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2014-07-29 21:38:17 (GMT)
commitdfaf4c269aeb774c933fd9ed7e9a3b5aaa6d191a (patch)
tree721b54905384740aed39d3c48420a95a982aeca2 /test
parenta87e52da2c63ce89dbc645570b05ff3b23978997 (diff)
downloadSCons-dfaf4c269aeb774c933fd9ed7e9a3b5aaa6d191a.zip
SCons-dfaf4c269aeb774c933fd9ed7e9a3b5aaa6d191a.tar.gz
SCons-dfaf4c269aeb774c933fd9ed7e9a3b5aaa6d191a.tar.bz2
fix test which was referring to tigris mailing list instead of current scons.or mailing list
Diffstat (limited to 'test')
-rw-r--r--test/Deprecated/SourceCode/SourceCode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Deprecated/SourceCode/SourceCode.py b/test/Deprecated/SourceCode/SourceCode.py
index 2bf990f..b5c0ba9 100644
--- a/test/Deprecated/SourceCode/SourceCode.py
+++ b/test/Deprecated/SourceCode/SourceCode.py
@@ -38,7 +38,7 @@ SourceCode('.', None)
""")
msg = """SourceCode() has been deprecated and there is no replacement.
-\tIf you need this function, please contact scons-dev@tigris.org"""
+\tIf you need this function, please contact scons-dev@scons.org"""
warning = test.deprecated_warning('deprecated-source-code', msg)
test.subdir('sub', 'sub2')