зеркало из https://github.com/mozilla/pjs.git
Bug 561460 - fix CSP xpcshell-test, r=sstamm, a=dholbert_sheriff
This commit is contained in:
Родитель
b0a435ed4f
Коммит
9c54624b34
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче