summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2003-02-26 14:49:41 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2003-02-26 14:49:41 (GMT)
commit37c4728c642b8baefc956e7f93ed678521877800 (patch)
tree4770d2d514311d9a236354621dff44c396e7dec8 /Lib/test/output
parent0ff7a4e7c17ea3036ea941cc6ecbd67b0b49997b (diff)
downloadcpython-37c4728c642b8baefc956e7f93ed678521877800.zip
cpython-37c4728c642b8baefc956e7f93ed678521877800.tar.gz
cpython-37c4728c642b8baefc956e7f93ed678521877800.tar.bz2
Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error
cases increasing coverage in unicodedata.c from 87% to 95% (when the normalization tests are run). From SF patch #662807.
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_ucn9
-rw-r--r--Lib/test/output/test_unicodedata5
2 files changed, 0 insertions, 14 deletions
diff --git a/Lib/test/output/test_ucn b/Lib/test/output/test_ucn
deleted file mode 100644
index c41017b..0000000
--- a/Lib/test/output/test_ucn
+++ /dev/null
@@ -1,9 +0,0 @@
-test_ucn
-Testing General Unicode Character Name, and case insensitivity... done.
-Testing name to code mapping.... done.
-Testing hangul syllable names.... done.
-Testing names of CJK unified ideographs.... done.
-Testing code to name mapping for all BMP characters.... done.
-Found 50212 characters in the unicode name database
-Testing misc. symbols for unicode character name expansion.... done.
-Testing unicode character name expansion strict error handling.... done.
diff --git a/Lib/test/output/test_unicodedata b/Lib/test/output/test_unicodedata
deleted file mode 100644
index 1c7df09..0000000
--- a/Lib/test/output/test_unicodedata
+++ /dev/null
@@ -1,5 +0,0 @@
-test_unicodedata
-Testing Unicode Database...
-Methods: a37276dc2c158bef6dfd908ad34525c97180fad9
-Functions: cfe20a967a450ebc82ca68c3e4eed344164e11af
-API: ok