[Jython-checkins] jython: Easy test fixes.

frank.wierzbicki jython-checkins at python.org
Mon Apr 30 20:08:52 CEST 2012


http://hg.python.org/jython/rev/7ffc4f5850b2
changeset:   6631:7ffc4f5850b2
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Mon Apr 30 11:08:01 2012 -0700
summary:
  Easy test fixes.

files:
  Lib/test/regrtest.py          |  1 +
  Lib/test/test_descrtut.py     |  1 +
  Lib/test/test_zipimport_jy.py |  1 +
  3 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1207,6 +1207,7 @@
         test_epoll
         test_fcntl
         test_fork1
+        test_gdb
         test_gdbm
         test_grp
         test_getargs2
diff --git a/Lib/test/test_descrtut.py b/Lib/test/test_descrtut.py
--- a/Lib/test/test_descrtut.py
+++ b/Lib/test/test_descrtut.py
@@ -204,6 +204,7 @@
      '__reduce__',
      '__reduce_ex__',
      '__repr__',
+     '__reversed__',
      '__rmul__',
      '__setattr__',
      '__setitem__',
diff --git a/Lib/test/test_zipimport_jy.py b/Lib/test/test_zipimport_jy.py
--- a/Lib/test/test_zipimport_jy.py
+++ b/Lib/test/test_zipimport_jy.py
@@ -1,5 +1,6 @@
 import unittest
 import sys
+import os.path
 import java.lang.Package
 
 from test import test_support

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


More information about the Jython-checkins mailing list