[Python-checkins] CVS: python/dist/src/Lib/test test_math.py,1.6,1.7

Tim Peters python-dev@python.org
Thu, 12 Oct 2000 00:15:57 -0700


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

Modified Files:
	test_math.py 
Log Message:
A Mystery:  I somehow managed to delete the last two lines of my test_math.py
changes.  Here restoring them.


Index: test_math.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_math.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** test_math.py	2000/10/12 06:10:24	1.6
--- test_math.py	2000/10/12 07:15:55	1.7
***************
*** 182,183 ****
--- 182,185 ----
  except ValueError:
      pass
+ else:
+     raise TestFailed("sqrt(-1) didn't raise ValueError")