thiloplanz / jmockmongo

Fake in-process (Java), in-memory MongoDB for unit testing
Apache License 2.0
35 stars 5 forks source link

search for collection names should return existing collection names #5

Open javamv opened 11 years ago

javamv commented 11 years ago

This feature required for getting correct results from com.mongodb.DB.getCollectionNames() Currently it returns empty array with mockmongo

I fixed this problem locally and can push this change

thiloplanz commented 11 years ago

Can you link to your fix?