summaryrefslogtreecommitdiff
path: root/src/mailman/database/tests/test_migrations.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-12-30 12:19:20 -0500
committerBarry Warsaw2012-12-30 12:19:20 -0500
commit0f233dd350594228c34e3de60ae8820c38b236d7 (patch)
treecb0ac2dfa851e972b32673c18b5c8f7cc2b669eb /src/mailman/database/tests/test_migrations.py
parentfc662999d425e9347f59f676861ee44ad81c2623 (diff)
downloadmailman-0f233dd350594228c34e3de60ae8820c38b236d7.tar.gz
mailman-0f233dd350594228c34e3de60ae8820c38b236d7.tar.zst
mailman-0f233dd350594228c34e3de60ae8820c38b236d7.zip
Diffstat (limited to 'src/mailman/database/tests/test_migrations.py')
-rw-r--r--src/mailman/database/tests/test_migrations.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mailman/database/tests/test_migrations.py b/src/mailman/database/tests/test_migrations.py
index f47ad6d3c..d8a210a67 100644
--- a/src/mailman/database/tests/test_migrations.py
+++ b/src/mailman/database/tests/test_migrations.py
@@ -378,7 +378,8 @@ class TestMigration20121015Schema(MigrationTestBase):
self._missing_present('mailinglist',
['20121014999999'],
(),
- ('new_member_options',))
+ ('new_member_options', 'send_reminders'),
+ )
def test_post_upgrade_column_migrations(self):
self._missing_present('ban',
@@ -389,7 +390,7 @@ class TestMigration20121015Schema(MigrationTestBase):
self._missing_present('mailinglist',
['20121014999999',
'20121015000000'],
- ('new_member_options',),
+ ('new_member_options', 'send_reminders'),
())