diff options
author | William Deegan <bill@baddogconsulting.com> | 2014-07-29 21:38:17 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2014-07-29 21:38:17 (GMT) |
commit | dfaf4c269aeb774c933fd9ed7e9a3b5aaa6d191a (patch) | |
tree | 721b54905384740aed39d3c48420a95a982aeca2 | |
parent | a87e52da2c63ce89dbc645570b05ff3b23978997 (diff) | |
download | SCons-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
-rw-r--r-- | test/Deprecated/SourceCode/SourceCode.py | 2 |
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') |