Update of /cvsroot/jython/bugtests
In directory usw-pr-cvs1:/tmp/cvs-serv25452
Modified Files:
test303.py
Log Message:
Test the fix for [ #440660 ] using nested java cls @ level >2 fails
Index: test303.py
===================================================================
RCS file: /cvsroot/jython/bugtests/test303.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test303.py 2001/07/23 15:20:07 1.1
--- test303.py 2001/08/28 17:09:20 1.2
***************
*** 8,13 ****
import test303j.A
! try:
! import test303j.A.B
! except ImportError:
! raise support.TestWarning('It should be possible to import test303j.A.B')
--- 8,10 ----
import test303j.A
! import test303j.A.B
|