From efac5dd813fa5f3215d6ce3f4470656529cfb505 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 21 Nov 2008 17:40:36 +0000 Subject: [PATCH] Add some missing words to a comment in ndifftest.py. --- ndiff/ndifftest.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ndiff/ndifftest.py b/ndiff/ndifftest.py index 3496fb25d..8c9b129d6 100755 --- a/ndiff/ndifftest.py +++ b/ndiff/ndifftest.py @@ -446,11 +446,11 @@ class scan_test(unittest.TestCase): self.assertTrue(len(host.hostnames) == 1) self.assertTrue(host.hostnames[0] == u"scanme.nmap.org") -# This test is commented out because doesn't store any information about down -# hosts, not even the fact that they are down. Recovering the list of scanned -# hosts to infer which ones are down would involve parsing the targets out of -# the /nmaprun/@args attribute (which is non-trivial) and possibly looking up -# their addresses. +# This test is commented out because Nmap XML doesn't store any information +# about down hosts, not even the fact that they are down. Recovering the list of +# scanned hosts to infer which ones are down would involve parsing the targets +# out of the /nmaprun/@args attribute (which is non-trivial) and possibly +# looking up their addresses. # def test_down_state(self): # """Test that hosts that are not marked "up" are in the "down" state.""" # scan = Scan()