mirror of
https://github.com/nmap/nmap.git
synced 2026-06-19 23:17:48 +00:00
Fix Ndiff unit test failure code found by Daniel Miller.
I guess this means the test was passing.
This commit is contained in:
parent
726abfe39c
commit
9a65f4e010
1 changed files with 1 additions and 1 deletions
|
|
@ -643,7 +643,7 @@ class scan_diff_xml_test(unittest.TestCase):
|
|||
try:
|
||||
document = xml.dom.minidom.parseString(self.xml)
|
||||
except Exception, e:
|
||||
fail(u"Parsing XML diff output caused the exception: %s" % str(e))
|
||||
self.fail(u"Parsing XML diff output caused the exception: %s" % str(e))
|
||||
|
||||
def scan_apply_diff(scan, diff):
|
||||
"""Apply a scan diff to the given scan."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue