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.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mailman/database/tests/test_migrations.py b/src/mailman/database/tests/test_migrations.py
index 16a536894..4b784d8b3 100644
--- a/src/mailman/database/tests/test_migrations.py
+++ b/src/mailman/database/tests/test_migrations.py
@@ -380,7 +380,8 @@ class TestMigration20121015Schema(MigrationTestBase):
(),
('new_member_options', 'send_reminders',
'subscribe_policy', 'unsubscribe_policy',
- 'subscribe_auto_approval', 'private_roster'),
+ 'subscribe_auto_approval', 'private_roster',
+ 'admin_member_chunksize'),
)
def test_post_upgrade_column_migrations(self):
@@ -394,7 +395,8 @@ class TestMigration20121015Schema(MigrationTestBase):
'20121015000000'],
('new_member_options', 'send_reminders',
'subscribe_policy', 'unsubscribe_policy',
- 'subscribe_auto_approval', 'private_roster'),
+ 'subscribe_auto_approval', 'private_roster',
+ 'admin_member_chunksize'),
())