changeset 166:04459b8baed4

Make sure hostname used for testIsResolvable is really not resolvable. 2011-03-10 Mark Wielaard <mark@klomp.org> * tests/netx/pac/pac-funcs-test.js (testIsResolvable): Change single host name icedtea to NotIcedTeaHost to make sure it really isn't resolvable.
author Mark Wielaard <mark@klomp.org>
date Fri, 11 Mar 2011 09:48:55 +0100
parents 5454292b3fae
children d78bbff25267
files ChangeLog tests/netx/pac/pac-funcs-test.js
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Mar 10 15:42:01 2011 -0500
+++ b/ChangeLog	Fri Mar 11 09:48:55 2011 +0100
@@ -1,3 +1,9 @@
+2011-03-10  Mark Wielaard  <mark@klomp.org>
+
+	* tests/netx/pac/pac-funcs-test.js (testIsResolvable):
+	Change single host name icedtea to NotIcedTeaHost
+	to make sure it really isn't resolvable.
+
 2011-03-10  Omair Majid  <omajid@redhat.com>
 
 	Replace native launchers with shell scripts
--- a/tests/netx/pac/pac-funcs-test.js	Thu Mar 10 15:42:01 2011 -0500
+++ b/tests/netx/pac/pac-funcs-test.js	Fri Mar 11 09:48:55 2011 +0100
@@ -100,7 +100,7 @@
     var tests = [
         [ true, "icedtea.classpath.org", "icedtea.classpath.org" ],
         [ true, "classpath.org" ],
-        [ false, "icedtea" ],
+        [ false, "NotIcedTeaHost" ],
         [ false, "foobar.classpath.org" ],
         [ false, "icedtea.classpath.com" ]
     ];