fix tests for webapp after merge

This commit is contained in:
Slava Kim
2014-08-06 14:56:36 -07:00
parent 3c7ed69f6b
commit 2feef6ec9f

View File

@@ -112,7 +112,7 @@ Tinytest.add("webapp - additional static javascript", function (test) {
var boilerplate = WebAppInternals.getBoilerplate({
browser: "doesn't-matter",
url: "also-doesnt-matter"
}, "client.browser");
}, "web.browser");
// The script contents itself should not be present; the pathname
// where the script is served should be.