diff options
| author | Barry Warsaw | 2012-12-30 12:19:20 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-12-30 12:19:20 -0500 |
| commit | 0f233dd350594228c34e3de60ae8820c38b236d7 (patch) | |
| tree | cb0ac2dfa851e972b32673c18b5c8f7cc2b669eb /src/mailman/database/tests/test_migrations.py | |
| parent | fc662999d425e9347f59f676861ee44ad81c2623 (diff) | |
| download | mailman-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.py | 5 |
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'), ()) |
