/hg/icedtea-web: Make sure hostname used for testIsResolvable is...

mjw at icedtea.classpath.org mjw at icedtea.classpath.org
Fri Mar 11 00:49:28 PST 2011


changeset 04459b8baed4 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=04459b8baed4
author: Mark Wielaard <mark at klomp.org>
date: Fri Mar 11 09:48:55 2011 +0100

	Make sure hostname used for testIsResolvable is really not
	resolvable.

	2011-03-10 Mark Wielaard <mark at 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.


diffstat:

 ChangeLog                        |  6 ++++++
 tests/netx/pac/pac-funcs-test.js |  2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 5454292b3fae -r 04459b8baed4 ChangeLog
--- 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 at 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 at redhat.com>
 
 	Replace native launchers with shell scripts
diff -r 5454292b3fae -r 04459b8baed4 tests/netx/pac/pac-funcs-test.js
--- 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" ]
     ];



More information about the distro-pkg-dev mailing list