]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
testInsertBefore(): Rewritten to actually test insertBefore() somewhat.
authorFred Drake <fdrake@acm.org>
Tue, 21 Nov 2000 22:02:43 +0000 (22:02 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 21 Nov 2000 22:02:43 +0000 (22:02 +0000)
commita1bde802f1ef3ab49b821b2bb63f0f008f81a9d8
tree7e2d29cf28a7986bc3f30dd0f3ed542a80bcdb10
parent4ccf4a1e8a3141e34fba73f08d678b47b3ddb81d
testInsertBefore():  Rewritten to actually test insertBefore() somewhat.

testAAA(),
testAAB():  Added checks that the results are right.

testTooManyDocumentElements():  Added code to actually test this.

testCloneElementDeep()
testCloneElementShallow():  Filled these in with test code.

_testCloneElementCopiesAttributes(),
_setupCloneElement():  Helper functions used with the other
        testCloneElement*() functions.

testCloneElementShallowCopiesAttributes():  No longer a separate test;
        _setupCloneElement() uses _testCloneElementCopiesAttributes() to
        test that this is always done.

testNormalize():  Added to check Node.normalize().
Lib/test/test_minidom.py