summaryrefslogtreecommitdiff
path: root/test/implicit
diff options
context:
space:
mode:
authorGreg Noel <GregNoel@tigris.org>2010-05-28 09:40:40 +0000
committerGreg Noel <GregNoel@tigris.org>2010-05-28 09:40:40 +0000
commit22a03b66ed659479cf2585c4fe0e6ca21ac78bdb (patch)
tree2a9eaf225729bc320b75e8f0f5f70872b3a72c8f /test/implicit
parent4df37343ec8b20c1426fd77761e77c6b06c20965 (diff)
downloadscons-22a03b66ed659479cf2585c4fe0e6ca21ac78bdb.tar.gz
http://scons.tigris.org/issues/show_bug.cgi?id=2365
Start the deprecation cycle for SourceCode() and its related factory functions. Deprecation messages are added to the functions. Regression tests are modified to deal with the messages being generated. Documentation is updated.
Diffstat (limited to 'test/implicit')
-rw-r--r--test/implicit/changed-node.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/implicit/changed-node.py b/test/implicit/changed-node.py
index 6321b829..4f879c0a 100644
--- a/test/implicit/changed-node.py
+++ b/test/implicit/changed-node.py
@@ -34,7 +34,6 @@ import TestSCons
test = TestSCons.TestSCons()
-
test.subdir('d',
['d', '1'],
['d', '2'],
@@ -43,7 +42,6 @@ test.subdir('d',
test.write('SConstruct', """\
SetOption('implicit_cache', 1)
SetOption('max_drift', 1)
-SourceCode('.', None)
def lister(target, source, env):
import os
@@ -78,11 +76,9 @@ test.write(['d', '3', 'z'], "d/3/z\n")
test.run('--debug=stacktrace')
-
test.write('SConstruct', """\
SetOption('implicit_cache', 1)
SetOption('max_drift', 1)
-SourceCode('.', None)
def lister(target, source, env):
import os.path
@@ -108,8 +104,6 @@ test.run('--debug=stacktrace')
test.pass_test()
-
-
#from os import system, rmdir, remove, mkdir, listdir
#from os.path import exists, isdir
#import sys