Skip to content

Commit

Permalink
Remove transaction commit
Browse files Browse the repository at this point in the history
Its use on an integration test is forbidden, due to test isolation breakage.

@bloodbare these last lines are actually not testing anything, are they needed?

Fixes:
#12
  • Loading branch information
gforcada committed Feb 18, 2016
1 parent 521aef4 commit 19e4544
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions archetypes/multilingual/tests/languageindependentfields.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,3 @@ Note: This should happen via event subscriber outside of tests.
>>> manager.update()
>>> manager.add_translation('en')
>>> obj_en = manager.get_translation('en')
>>> import transaction; transaction.commit()

0 comments on commit 19e4544

Please sign in to comment.