mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
Bug 561460 - fix CSP xpcshell-test, r=sstamm, a=dholbert_sheriff
This commit is contained in:
parent
65e8b587bd
commit
22231ed11a
@ -104,7 +104,7 @@ test(
|
||||
do_check_eq(null, h); // "wildcard in wrong place worked"
|
||||
|
||||
h = CSPHost.fromString("com");
|
||||
do_check_eq(null, h); // "lone symbol should fail"
|
||||
do_check_neq(null, h); // "lone symbol should not fail"
|
||||
|
||||
h = CSPHost.fromString("f00b4r.com");
|
||||
do_check_neq(null, h); // "Numbers in hosts should work"
|
||||
|
Loading…
x
Reference in New Issue
Block a user