INN commit: trunk/tests/lib (hstrerror-t.c)

INN Commit Russ_Allbery at isc.org
Wed Aug 1 20:23:13 UTC 2007


    Date: Wednesday, August 1, 2007 @ 13:23:12
  Author: iulius
Revision: 7619

Remove two unsuitable tests for hstrerror.c.

Modified:
  trunk/tests/lib/hstrerror-t.c

---------------+
 hstrerror-t.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: hstrerror-t.c
===================================================================
--- hstrerror-t.c	2007-08-01 20:15:03 UTC (rev 7618)
+++ hstrerror-t.c	2007-08-01 20:23:12 UTC (rev 7619)
@@ -18,15 +18,13 @@
 int
 main(void)
 {
-    test_init(7);
+    test_init(5);
 
     test_error(1, "Internal resolver error", -1);
     test_error(2, "No resolver error", 0);
     test_error(3, "No address associated with name", NO_ADDRESS);
     test_error(4, "Resolver error 777777", 777777);
     test_error(5, "Resolver error -99999", -99999);
-    test_error(6, "Resolver error 1000000", 1000000);
-    test_error(7, "Resolver error -100000", -100000);
 
     return 0;
 }



More information about the inn-committers mailing list