Revert "Uncomment test for meteor search with malformed versions"

This reverts commit cb0811a10a.
This commit is contained in:
Nick Martin
2014-09-25 11:42:07 -07:00
parent 1db094b411
commit 3cb6ea87be

View File

@@ -801,7 +801,7 @@ selftest.define("malformed package names", [], function () {
});
fs.writeFileSync(dataFile, JSON.stringify(data));
/*
run = s.run("search", "foo");
run.match(/Neither packages nor releases .* could be found/);
run.expectExit(0);
@@ -809,7 +809,7 @@ selftest.define("malformed package names", [], function () {
var run = s.run("search", "bar");
run.match(/Neither packages nor releases .* could be found/);
run.expectExit(0);
*/
var run = s.run("create", "myapp");
run.expectExit(0);