summaryrefslogtreecommitdiff
path: root/test/Deprecated
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2014-07-29 14:38:17 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2014-07-29 14:38:17 -0700
commit804d20e72451b294bee05c978d5e9a14b327701f (patch)
tree721b54905384740aed39d3c48420a95a982aeca2 /test/Deprecated
parentfde091e1d2e31801a5b0ae94d230c0fa9e81264f (diff)
downloadscons-804d20e72451b294bee05c978d5e9a14b327701f.tar.gz
fix test which was referring to tigris mailing list instead of current scons.or mailing list
Diffstat (limited to 'test/Deprecated')
-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 2bf990fc..b5c0ba9c 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')