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

Wrong test-case in InlineFormSetViewTests, GenericInlineFormSetViewTests and ModelWithInlinesTests with postgresql-db #38

Closed
kampfschlaefer opened this issue Mar 11, 2013 · 1 comment

Comments

@kampfschlaefer
Copy link

We are using a postgresql-db which has transactions.

When we run your tests against sqlite3 the above testcases work, when running against postgresql, they fail.
When we use TransactionTestCase instead of TestCase as base-class, the tests work like expected.

@AndrewIngram
Copy link
Owner

I've switched the tests to use TransactionTestCase

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

No branches or pull requests

2 participants