Files
meteor/tools/tests/packages
Avital Oliver 59b1e145c6 Fix selftests that create packages with colons
We used to create package directories with the same name as the package
name, but on windows you can't have directories with colons in them.

Now Sandbox.prototype.createPackage takes an additional argument
with the directory name, as distinct from the package name.

This commit updates all the tests that called createPackage to generate
a directory name with no colons.
2015-02-05 00:12:09 -08:00
..