summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2015-06-14 23:33:24 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2015-06-14 23:33:24 (GMT)
commit29da60b30f4a33e836594b6249a8d1508d3d4ebc (patch)
treeffd2f341f0d579c7ea6aeac39c51a5ebeb5f3cf1 /test
parente07f6573ca57ba9e27ad86377e81605b507ab190 (diff)
downloadSCons-29da60b30f4a33e836594b6249a8d1508d3d4ebc.zip
SCons-29da60b30f4a33e836594b6249a8d1508d3d4ebc.tar.gz
SCons-29da60b30f4a33e836594b6249a8d1508d3d4ebc.tar.bz2
rolling back unicode --tree=all patch
Diffstat (limited to 'test')
-rw-r--r--test/option--tree.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/option--tree.py b/test/option--tree.py
index 519ebe3..a50433c 100644
--- a/test/option--tree.py
+++ b/test/option--tree.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-# -*- coding: utf-8 -*-
#
# __COPYRIGHT__
#
@@ -52,20 +51,6 @@ scons: warning: The --debug=tree option is deprecated; please use --tree=all ins
""",
status = 0, match=TestSCons.match_re_dotall)
-
-# Check that printing nodes won't fail with
-# UnicodeDecodeError: 'ascii' codec ... ordinal not in range(128)
-# https://bitbucket.org/scons/scons/pull-request/235
-
-test.write('SConstruct', """\
-# -*- coding: utf-8 -*-
-
-Entry('русский юникод')
-""")
-
-test.run(arguments = '-Q --tree=all')
-
-
test.pass_test()
# Local Variables: