diff options
author | Fred Drake <fdrake@acm.org> | 2000-12-14 18:20:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-12-14 18:20:22 (GMT) |
commit | 3277da0f33ff8e1e7e328c0dc491b1a635894252 (patch) | |
tree | abe2d37560533fb5b30c7d4eebd848cc161471a7 /Lib/test/output | |
parent | f7cf40d3319ef3f2f649781214c2511467ffd70e (diff) | |
download | cpython-3277da0f33ff8e1e7e328c0dc491b1a635894252.zip cpython-3277da0f33ff8e1e7e328c0dc491b1a635894252.tar.gz cpython-3277da0f33ff8e1e7e328c0dc491b1a635894252.tar.bz2 |
Update the test suite to cover more ground.
This closes patch #102477.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_minidom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_minidom b/Lib/test/output/test_minidom index 6373ef6..82cab3e 100644 --- a/Lib/test/output/test_minidom +++ b/Lib/test/output/test_minidom @@ -127,6 +127,7 @@ Test Succeeded testNonZero Passed assertion: len(Node.allnodes) == 0 Passed testNormalize -- preparation Passed testNormalize -- result +Passed testNormalize -- single empty node removed Test Succeeded testNormalize Passed assertion: len(Node.allnodes) == 0 Passed testParents |