[Python-checkins] cpython: Issue #12400: oops, remove debug code...

victor.stinner python-checkins at python.org
Wed Jun 29 13:23:38 CEST 2011


http://hg.python.org/cpython/rev/af799df478c6
changeset:   71062:af799df478c6
user:        Victor Stinner <victor.stinner at haypocalc.com>
date:        Wed Jun 29 13:23:49 2011 +0200
summary:
  Issue #12400: oops, remove debug code...

files:
  Lib/test/test_os.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py
--- a/Lib/test/test_os.py
+++ b/Lib/test/test_os.py
@@ -40,7 +40,6 @@
     tearDown = setUp
 
     def test_access(self):
-        self.assertEqual(1,2)
         f = os.open(support.TESTFN, os.O_CREAT|os.O_RDWR)
         os.close(f)
         self.assertTrue(os.access(support.TESTFN, os.W_OK))

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list