Skip to content

Database tests, minor bugfix #322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 23, 2016
Merged

Database tests, minor bugfix #322

merged 4 commits into from
Sep 23, 2016

Conversation

samtstern
Copy link
Contributor

Due to the release of Play Services 9.6.0 we need a patch update to this library.

Also fixed #321 while I was at it.

@samtstern
Copy link
Contributor Author

@puf please review

@samtstern
Copy link
Contributor Author

samtstern commented Sep 23, 2016

@mcdonamp if you want me to skip 0.5.4 and go straight to 0.6.0 with basic storage stuff I could do that here too.

Although I'd rather not now that I think about it. That involves docs and stuff.

mRef.removeValue();
mArray.cleanup();
if (mRef != null) {
mRef.removeValue();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just do this at the root of the database every time so you're sure nothing else is happening:

mref.getRoot().removeValue()

@asciimike
Copy link
Contributor

@samtstern let's do 0.6.0 with basic storage stuff

@samtstern
Copy link
Contributor Author

@mcdonamp updated

@samtstern samtstern changed the title Version 0.5.4, database tests Database tests, minor bugfix Sep 23, 2016
@samtstern samtstern merged commit 11bc4ce into firebase:master Sep 23, 2016
@samtstern
Copy link
Contributor Author

Squashed and merged

amandle pushed a commit to amandle/FirebaseUI-Android that referenced this pull request Oct 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move Database tests out of library dir and into database dir
2 participants