[Python-checkins] CVS: python/dist/src/Lib/test/output test_getopt,1.1,1.2

Guido van Rossum python-dev@python.org
Mon, 21 Aug 2000 15:59:31 -0700


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

Modified Files:
	test_getopt 
Log Message:
Don't reference a module named test.test_support.  Always use plain
test_support.  Also fixed the expected output.


Index: test_getopt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_getopt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_getopt	2000/08/20 04:18:40	1.1
--- test_getopt	2000/08/21 22:59:29	1.2
***************
*** 1,7 ****
  test_getopt
- Running tests on getopt.short_has_arg
- Running tests on getopt.long_has_args
- Running tests on getopt.do_shorts
- Running tests on getopt.do_longs
- Running tests on getopt.getopt
- Module getopt: tests completed successfully.
--- 1 ----