diff options
| author | Barry Warsaw | 2012-12-30 12:49:58 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-12-30 12:49:58 -0500 |
| commit | 5b6f92e726ee43453431e13e712deb7e4ecb20ef (patch) | |
| tree | 2b5d363f424d3218e4c23155e2465762b6b7e2f7 /src/mailman/database/tests/test_migrations.py | |
| parent | 0f233dd350594228c34e3de60ae8820c38b236d7 (diff) | |
| download | mailman-5b6f92e726ee43453431e13e712deb7e4ecb20ef.tar.gz mailman-5b6f92e726ee43453431e13e712deb7e4ecb20ef.tar.zst mailman-5b6f92e726ee43453431e13e712deb7e4ecb20ef.zip | |
Diffstat (limited to 'src/mailman/database/tests/test_migrations.py')
| -rw-r--r-- | src/mailman/database/tests/test_migrations.py | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mailman/database/tests/test_migrations.py b/src/mailman/database/tests/test_migrations.py index d8a210a67..5b800caf7 100644 --- a/src/mailman/database/tests/test_migrations.py +++ b/src/mailman/database/tests/test_migrations.py @@ -378,7 +378,9 @@ class TestMigration20121015Schema(MigrationTestBase): self._missing_present('mailinglist', ['20121014999999'], (), - ('new_member_options', 'send_reminders'), + ('new_member_options', 'send_reminders', + 'subscribe_policy', 'unsubscribe_policy', + 'subscribe_auto_approval'), ) def test_post_upgrade_column_migrations(self): @@ -390,7 +392,9 @@ class TestMigration20121015Schema(MigrationTestBase): self._missing_present('mailinglist', ['20121014999999', '20121015000000'], - ('new_member_options', 'send_reminders'), + ('new_member_options', 'send_reminders', + 'subscribe_policy', 'unsubscribe_policy', + 'subscribe_auto_approval'), ()) |
