[Python-checkins] CVS: python/dist/src/Lib/test/output test_unicode,1.10,1.11

M.-A. Lemburg lemburg@users.sourceforge.net
Thu, 20 Sep 2001 09:37:25 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv600/Lib/test/output

Modified Files:
	test_unicode 
Log Message:
Update test output after the unicode() change.



Index: test_unicode
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_unicode,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** test_unicode	2000/08/08 08:04:03	1.10
--- test_unicode	2001/09/20 16:37:23	1.11
***************
*** 1,3 ****
--- 1,4 ----
  test_unicode
+ * <built-in method join of unicode object at 0x81b3ba0> u' ' <class exceptions.TypeError at 0x80fac4c> u'7 hello 123'
  Testing Unicode comparisons... done.
  Testing Unicode contains method... done.