Bug 241788 - Add missing run_next_test() to xpcshell-test a=testonly

This commit is contained in:
Valentin Gosu 2016-02-05 16:49:49 +01:00
parent 5289b5b26f
commit 947cd3dfe3

View File

@ -305,4 +305,5 @@ add_test(function test_filterWhitespace()
{
var url = stringToURL(" \r\n\th\nt\rt\tp://ex\r\n\tample.com/path\r\n\t/\r\n\tto the/fil\r\n\te.e\r\n\txt?que\r\n\try#ha\r\n\tsh \r\n\t ");
do_check_eq(url.spec, "http://example.com/path/to%20the/file.ext?query#hash");
run_next_test();
});