From e4b5729e70bfc241fdc87b7b512f0633a6cae8d7 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 13 Jan 2003 19:24:05 +0000 Subject: [PATCH] Backport Guido's checkins which disabled the bastion tests --- Lib/test/output/test_bastion | 10 ---------- Lib/test/test_bastion.py | 6 +++--- 2 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 Lib/test/output/test_bastion 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() -- 2.47.3