mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Run a bunch of upsert tests on the direct collections (LocalCollection and MongoConnection). Revealed a weirdness with MongoConnection.upsert(); if there is no id from the selector or modifier, then mongo ends up generating one and we don't return it.