summaryrefslogtreecommitdiff
path: root/src/mailman/database/tests/test_migrations.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/database/tests/test_migrations.py')
-rw-r--r--src/mailman/database/tests/test_migrations.py8
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'),
())