~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/database/ftests/script_isolation.py

  • Committer: William Grant
  • Date: 2011-09-19 04:56:24 UTC
  • mto: This revision was merged to the branch mainline in revision 13992.
  • Revision ID: william.grant@canonical.com-20110919045624-aig9qjus0yz7y3p8
Remove mismerged comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
check()
47
47
ZopelessTransactionManager.uninstall()
48
48
 
49
 
# We run the checks twice to ensure that both methods of setting the
50
 
# isolation level stick across transaction boundaries.
51
49
ZopelessTransactionManager.initZopeless(
52
50
    dbuser='launchpad_main',
53
51
    isolation=ISOLATION_LEVEL_SERIALIZABLE)