diff options
Diffstat (limited to 'tests/netx/pac/pac-funcs-test.js')
-rw-r--r-- | tests/netx/pac/pac-funcs-test.js | 2 |
1 files changed, 1 insertions, 1 deletions
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" ] ]; |