[Python-checkins] CVS: python/dist/src/Lib/test/output test_pkg,1.4,1.5

Barry Warsaw python-dev@python.org
Thu, 31 Aug 2000 23:53:54 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory slayer.i.sourceforge.net:/tmp/cvs-serv23476/output

Modified Files:
	test_pkg 
Log Message:
Applying patch #100994 to allow JPython to use more of the standard
Python test suite.  Specifically,

- import time instead of strop in test_b1

- test for ClassType of exceptions using isinstance instead of
  equality in test_exceptions

- remove __builtins__ from dir() output in test_pkg

test_pkg output needs to be regenerated.



Index: test_pkg
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_pkg,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** test_pkg	2000/08/17 22:55:00	1.4
--- test_pkg	2000/09/01 06:53:52	1.5
***************
*** 27,39 ****
  1
  ['foo', 'string', 't5']
! ['__builtins__', '__doc__', '__file__', '__name__', '__path__', 'foo', 'string', 't5']
! ['__builtins__', '__doc__', '__file__', '__name__', 'string']
! ['__builtins__', '__doc__', '__file__', '__name__', 'spam']
  running test t6
! ['__all__', '__builtins__', '__doc__', '__file__', '__name__', '__path__']
  t6.spam loading
  t6.ham loading
  t6.eggs loading
! ['__all__', '__builtins__', '__doc__', '__file__', '__name__', '__path__', 'eggs', 'ham', 'spam']
  ['eggs', 'ham', 'spam', 't6']
  running test t7
--- 27,39 ----
  1
  ['foo', 'string', 't5']
! ['__doc__', '__file__', '__name__', '__path__', 'foo', 'string', 't5']
! ['__doc__', '__file__', '__name__', 'string']
! ['__doc__', '__file__', '__name__', 'spam']
  running test t6
! ['__all__', '__doc__', '__file__', '__name__', '__path__']
  t6.spam loading
  t6.ham loading
  t6.eggs loading
! ['__all__', '__doc__', '__file__', '__name__', '__path__', 'eggs', 'ham', 'spam']
  ['eggs', 'ham', 'spam', 't6']
  running test t7