From: <cg...@us...> - 2008-12-12 06:11:40
|
Revision: 5745 http://jython.svn.sourceforge.net/jython/?rev=5745&view=rev Author: cgroves Date: 2008-12-12 06:11:35 +0000 (Fri, 12 Dec 2008) Log Message: ----------- Tested by test_java_integration.AbstractOnSyspathTest Removed Paths: ------------- trunk/jython/bugtests/test083.py trunk/jython/bugtests/test083j1.java Deleted: trunk/jython/bugtests/test083.py =================================================================== --- trunk/jython/bugtests/test083.py 2008-12-12 06:11:03 UTC (rev 5744) +++ trunk/jython/bugtests/test083.py 2008-12-12 06:11:35 UTC (rev 5745) @@ -1,13 +0,0 @@ -""" -Test proxy maker from sys.path. CLASSPATH must *not* include "." in this test. -""" - -import support - -support.compileJava("test083j1.java") - -import test083j1 - -class A(test083j1): - pass - Deleted: trunk/jython/bugtests/test083j1.java =================================================================== --- trunk/jython/bugtests/test083j1.java 2008-12-12 06:11:03 UTC (rev 5744) +++ trunk/jython/bugtests/test083j1.java 2008-12-12 06:11:35 UTC (rev 5745) @@ -1,5 +0,0 @@ - -public interface test083j1 { - public void spam(); -} - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |