diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-10-08 16:30:38 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-10-08 16:30:38 (GMT) |
commit | 8a5465339e639e1527f874e377b3aa9c4eeea860 (patch) | |
tree | 80d5a627c0dcbcc0d65ab9e7259431c729f4d064 /Lib/test/decimaltestdata/dqAdd.decTest | |
parent | 40714af07177cbb4de484b866a2f01fe72d42770 (diff) | |
download | cpython-8a5465339e639e1527f874e377b3aa9c4eeea860.zip cpython-8a5465339e639e1527f874e377b3aa9c4eeea860.tar.gz cpython-8a5465339e639e1527f874e377b3aa9c4eeea860.tar.bz2 |
Merged revisions 75286 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75286 | mark.dickinson | 2009-10-08 17:28:39 +0100 (Thu, 08 Oct 2009) | 2 lines
Update decimal test data to the most recent set from Mike Cowlishaw.
........
Diffstat (limited to 'Lib/test/decimaltestdata/dqAdd.decTest')
-rw-r--r-- | Lib/test/decimaltestdata/dqAdd.decTest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/decimaltestdata/dqAdd.decTest b/Lib/test/decimaltestdata/dqAdd.decTest index a7956e2..b3ad892 100644 --- a/Lib/test/decimaltestdata/dqAdd.decTest +++ b/Lib/test/decimaltestdata/dqAdd.decTest @@ -17,7 +17,7 @@ -- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --
-- mfc@uk.ibm.com --
------------------------------------------------------------------------
-version: 2.58
+version: 2.59
-- This set of tests are for decQuads only; all arguments are
-- representable in a decQuad
@@ -637,7 +637,7 @@ dqadd7730 add -00. 0E+3 -> 0 dqadd7732 add 0 0 -> 0
dqadd7733 add 0 -0 -> 0
dqadd7734 add -0 0 -> 0
-dqadd7735 add -0 -0 -> -0 -- IEEE 854 special case
+dqadd7735 add -0 -0 -> -0 -- IEEE 754 special case
dqadd7736 add 1 -1 -> 0
dqadd7737 add -1 -1 -> -2
|