mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Fix test errors.
This commit is contained in:
parent
8d27f898b2
commit
4c799191a2
2 changed files with 1 additions and 2 deletions
|
@ -26,6 +26,7 @@ Node._debug=1
|
|||
def testParseFromFile():
|
||||
from StringIO import StringIO
|
||||
dom=parse( StringIO( open( tstfile ).read() ) )
|
||||
dom.unlink()
|
||||
confirm(isinstance(dom,Document))
|
||||
|
||||
def testGetElementsByTagName( ):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue