From: Neal Norwitz Date: Mon, 13 Jan 2003 19:24:05 +0000 (+0000) Subject: Backport Guido's checkins which disabled the bastion tests X-Git-Tag: v2.2.3c1~174 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4b5729e70bfc241fdc87b7b512f0633a6cae8d7;p=thirdparty%2FPython%2Fcpython.git Backport Guido's checkins which disabled the bastion tests --- diff --git a/Lib/test/output/test_bastion b/Lib/test/output/test_bastion deleted file mode 100644 index a98393638bea..000000000000 --- a/Lib/test/output/test_bastion +++ /dev/null @@ -1,10 +0,0 @@ -test_bastion -b.total() = 99 -b.sum = inaccessible -b._add = inaccessible -b._get_.func_defaults = [] accessible -==================== Using rexec: ==================== -b.total() = 198 -b.sum = inaccessible -b._add = inaccessible -b._get_.func_defaults = inaccessible diff --git a/Lib/test/test_bastion.py b/Lib/test/test_bastion.py index 0a1ded7e7549..4760ec875cdc 100644 --- a/Lib/test/test_bastion.py +++ b/Lib/test/test_bastion.py @@ -1,3 +1,3 @@ -import Bastion - -Bastion._test() +##import Bastion +## +##Bastion._test()