Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Mongo driver upgraded to 3.0.4 #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

judepereira
Copy link

All the test cases are passing now, except for one - test displayTreeWithASimpleArray in MongoResultPanelTest. This one attempts to create a MongoResult object with an array. Does mongo ever return an array to any query?

My update to MongoResult class only accepts Document objects. In your test there, you're looking to load strings into the MongoResult object.

@dboissier
Copy link
Owner

Thanks for your pull request. I will integrate it ASAP

Regarding the Unit Test that fails, I had a look on it and it seems it is not relevant anymore. I will remove it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants