This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shivank98
Recipients cstratak, serhiy.storchaka, shivank98, taleinat, vstinner
Date 2018-10-25.20:03:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540497788.43.0.788709270274.issue35052@psf.upfronthosting.co.za>
In-reply-to
Content
now when I am running test_minidom.py for both 1,2
1: e._call_user_data_handler(operation, n, entity)
2: n._call_user_data_handler(operation, n, notation)

I am receiving the same following result.


FAIL: testRemoveAttributeNode (__main__.MinidomTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_minidom.py", line 328, in testRemoveAttributeNode
    self.assertIs(node, child.removeAttributeNode(node))
AssertionError: <xml.dom.minidom.Attr object at 0x7fc62ab662a0> is not None

----------------------------------------------------------------------
Ran 120 tests in 0.048s

FAILED (failures=1)
History
Date User Action Args
2018-10-25 20:03:08shivank98setrecipients: + shivank98, vstinner, taleinat, serhiy.storchaka, cstratak
2018-10-25 20:03:08shivank98setmessageid: <1540497788.43.0.788709270274.issue35052@psf.upfronthosting.co.za>
2018-10-25 20:03:08shivank98linkissue35052 messages
2018-10-25 20:03:08shivank98create