marcesher / cfmongodb

MongoDB client wrapper for ColdFusion
89 stars 34 forks source link

More unit tests for update #10

Open marcesher opened 13 years ago

marcesher commented 13 years ago

"update" is a beast which behaves differently based on values of certain params, namely "multi" and "upsert".

We need thorough unit tests around those conditions