chris-l / mock-couch

A node.js module designed to mock a CouchDB server, mostly for unit testing purposes.
http://chris-l.github.io/mock-couch/
67 stars 44 forks source link

Fixes issue when calling addDB multiple times. #38

Closed mactroyibm closed 8 years ago

mactroyibm commented 8 years ago

Fix required when calling addDB multiple times. If called multiple times, with add db, then delete db: without this check, the property will throw an exception for being redefined.

chris-l commented 8 years ago

Thanks!

mactroyibm commented 8 years ago

No problem.  Do you know when you will push a new version to the npm registry with that fix?   Thanks, --Troy   ----- Original message -----From: christopher luna notifications@github.comTo: chris-l/mock-couch mock-couch@noreply.github.comCc: Troy Cochran/Raleigh/IBM@IBMUSSubject: Re: [mock-couch] Fixes issue when calling addDB multiple times. (#38)Date: Sat, Nov 21, 2015 3:52 PM  Thanks! —Reply to this email directly or view it on GitHub.

 

chris-l commented 8 years ago

Sorry for the time! I just did it. Thanks!