[Python-checkins] CVS: python/dist/src/Lib/test test_profile.py,1.2.4.1,1.2.4.2
Guido van Rossum
gvanrossum@users.sourceforge.net
2001年10月19日 09:05:57 -0700
Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv4116
Modified Files:
Tag: release21-maint
test_profile.py
Log Message:
The 2.1 regrest.py doesn't have the test_main() feature yet, so always
call test_main() at the end.
Index: test_profile.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_profile.py,v
retrieving revision 1.2.4.1
retrieving revision 1.2.4.2
diff -C2 -d -r1.2.4.1 -r1.2.4.2
*** test_profile.py 2001年10月19日 15:13:51 1.2.4.1
--- test_profile.py 2001年10月19日 16:05:55 1.2.4.2
***************
*** 83,86 ****
raise AttributeError
! if __name__ == "__main__":
! test_main()
--- 83,85 ----
raise AttributeError
! test_main()