[Python-checkins] python/dist/src/Lib/test test_mhlib.py,1.10,1.11

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sun, 04 Aug 2002 15:55:38 -0700


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

Modified Files:
	test_mhlib.py 
Log Message:
We don't really need the name of the test in the "test skipped" msg, and
having it there causes the line to wrap.


Index: test_mhlib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_mhlib.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** test_mhlib.py	4 Aug 2002 22:52:30 -0000	1.10
--- test_mhlib.py	4 Aug 2002 22:55:35 -0000	1.11
***************
*** 22,26 ****
      # an empty list from its call of listallfolders().
      # The other tests here pass on Windows.
!     raise TestSkipped("test_mhlib skipped on %s -- " % sys.platform +
                        "too many Unix assumptions")
  
--- 22,26 ----
      # an empty list from its call of listallfolders().
      # The other tests here pass on Windows.
!     raise TestSkipped("skipped on %s -- " % sys.platform +
                        "too many Unix assumptions")