Fix self-test broken by bb271987e

Note that this test has been flaky in the past, but this was just a full
breakage.
This commit is contained in:
David Glasser
2015-04-02 13:18:18 -04:00
parent 8a578e954b
commit 2eb2f426e5

View File

@@ -182,7 +182,7 @@ selftest.define("javascript hot code push", function (options) {
// important part of this test.)
s.write("hot-code-push-test.html", ">");
run.match("Errors prevented startup");
run.match("bad formatting in HTML template");
run.match("Expected <template>, <head>, or <body> tag in template file");
// Fix it. It should notice, and restart. The client will restart too.
s.write("hot-code-push-test.html", "");
run.match("server restarted");