mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user