Fix autoupdate test on Windows

This commit is contained in:
sashko
2015-03-05 19:21:48 -08:00
parent 5c5af8bdff
commit 627f3be4f8
2 changed files with 2 additions and 2 deletions

View File

@@ -807,7 +807,7 @@ _.extend(Sandbox.prototype, {
stubCatalog.collections.versions.push(versionRec);
stubCatalog.collections.builds.push({
architecture: isopack.buildArchitectures(),
buildArchitectures: isopack.buildArchitectures(),
versionId: versionRec._id,
_id: utils.randomToken()
});

View File

@@ -138,7 +138,7 @@ selftest.define("autoupdate", ['checkout'], function () {
run.stop();
run = s.run("update");
run.read("myapp: updated to Meteor v3.");
run.match("myapp: updated to Meteor v3.\n");
run.match("Your packages are at their latest compatible versions.\n");
run.expectExit(0);