~barry/mailman/work1

« back to all changes in this revision

Viewing changes to src/mailman/database/tests/test_migrations.py

  • Committer: Barry Warsaw
  • Date: 2012-09-06 00:49:50 UTC
  • Revision ID: barry@list.org-20120906004950-hwj29e6x48bxzub8
Port the schema migration changes for LP: #1024509 to PostgreSQL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
        self.assertRaises(DatabaseError,
98
98
                          self._database.store.execute,
99
99
                          'select list_id from member;')
 
100
        self._database.store.rollback()
100
101
        for present in ('archive',
101
102
                        'archive_private',
102
103
                        'archive_volume_frequency',