Skip to content
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

Fix test suite. #205

Merged
merged 5 commits into from
Apr 5, 2014
Merged

Fix test suite. #205

merged 5 commits into from
Apr 5, 2014

Conversation

joshuapinter
Copy link
Contributor

  • Use a different database name for CacheTest to prevent conflicts with the rest of the test suite.
  • Removed manually setting id column for test models.
    • This inherently tests the default ID column name as well.
  • Formatting, spacing and organized imports.

This ensures that the default value of `Id` is being set and working correctly.
Commenting and organized imports.
This was causing an issue with the rest of the test suite, which was not passing because only CacheTestModel and CacheTestModel2 were in the database.
SeanPONeil added a commit that referenced this pull request Apr 5, 2014
@SeanPONeil SeanPONeil merged commit 3df94a5 into pardom-zz:master Apr 5, 2014
@joshuapinter joshuapinter deleted the fix_tests branch April 12, 2014 16:29
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.

2 participants