diff options
author | Raymond Hettinger <python@rcn.com> | 2004-08-17 06:42:13 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-08-17 06:42:13 (GMT) |
commit | 3ee3ed2e808e3f69bca98a509d23132bc1c93718 (patch) | |
tree | b42f214e0444b9ced38748087c54b23a8332ff7a /Lib/test/decimaltestdata/testall.decTest | |
parent | d6c700a320eacd6f04cbcc60996b84e765766890 (diff) | |
download | cpython-3ee3ed2e808e3f69bca98a509d23132bc1c93718.zip cpython-3ee3ed2e808e3f69bca98a509d23132bc1c93718.tar.gz cpython-3ee3ed2e808e3f69bca98a509d23132bc1c93718.tar.bz2 |
Add two new files and update remaining tests from the latest update of the
test suite in version 2.39 of dectest.zip.
Diffstat (limited to 'Lib/test/decimaltestdata/testall.decTest')
-rw-r--r-- | Lib/test/decimaltestdata/testall.decTest | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/decimaltestdata/testall.decTest b/Lib/test/decimaltestdata/testall.decTest index 74248f4..8daa0d9 100644 --- a/Lib/test/decimaltestdata/testall.decTest +++ b/Lib/test/decimaltestdata/testall.decTest @@ -1,6 +1,6 @@ ------------------------------------------------------------------------ -- testall.decTest -- run all general decimal arithmetic testcases -- --- Copyright (c) IBM Corporation, 1981, 2003. All rights reserved. -- +-- Copyright (c) IBM Corporation, 1981, 2004. All rights reserved. -- ------------------------------------------------------------------------ -- Please see the document "General Decimal Arithmetic Testcases" -- -- at http://www2.hursley.ibm.com/decimal for the description of -- @@ -17,7 +17,7 @@ -- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK -- -- mfc@uk.ibm.com -- ------------------------------------------------------------------------ -version: 2.35 +version: 2.39 -- core tests (using Extended: 1) -------------------------------------- dectest: base @@ -54,5 +54,5 @@ dectest: decimal128 -- General 31->33-digit boundary tests -dectest: randomBound32 +dectest: randombound32 |