From 99f114f202199679414d5e02041c6cd2f38facc8 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 11 Mar 2011 09:48:55 +0100 Subject: Make sure hostname used for testIsResolvable is really not resolvable. 2011-03-10 Mark Wielaard * tests/netx/pac/pac-funcs-test.js (testIsResolvable): Change single host name icedtea to NotIcedTeaHost to make sure it really isn't resolvable. --- tests/netx/pac/pac-funcs-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/netx/pac') diff --git a/tests/netx/pac/pac-funcs-test.js b/tests/netx/pac/pac-funcs-test.js index f14efdd..e5b1bcb 100644 --- a/tests/netx/pac/pac-funcs-test.js +++ b/tests/netx/pac/pac-funcs-test.js @@ -100,7 +100,7 @@ function testIsResolvable() { var tests = [ [ true, "icedtea.classpath.org", "icedtea.classpath.org" ], [ true, "classpath.org" ], - [ false, "icedtea" ], + [ false, "NotIcedTeaHost" ], [ false, "foobar.classpath.org" ], [ false, "icedtea.classpath.com" ] ]; -- cgit v1.2.3