Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(351)

Unified Diff: jython/Lib/test/test_exceptions.py

Issue 5655: Fix for #1128: java.lang.String should be mapped to PyUnicode, not PyString Base URL: https://jython.svn.sourceforge.net/svnroot/jython/trunk/
Patch Set: same patch, ignoring whitespace changes Created 16 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: jython/Lib/test/test_exceptions.py
===================================================================
--- jython/Lib/test/test_exceptions.py (revisión: 5327)
+++ jython/Lib/test/test_exceptions.py (copia de trabajo)
@@ -339,7 +339,7 @@
def test_main():
- import test_support
+ from test import test_support
Nicholas Riley 2008/09/14 00:22:45 looks unrelated, check in separately
if test_support.is_jython:
# XXX: http://bugs.jython.org/issue1063
del ExceptionTests.testInfiniteRecursion

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b