summaryrefslogtreecommitdiff
path: root/src/mailman/database/tests/test_migrations.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-08-19 18:58:55 -0400
committerBarry Warsaw2012-08-19 18:58:55 -0400
commit9eb9875569a716dd82ee7764ecee2f37ab446e13 (patch)
tree3298a0e3c0c65b55535c3223ef80ed6dc1296ed4 /src/mailman/database/tests/test_migrations.py
parentb301eeb71249ef58ffcc8b285d51b19c8b42812b (diff)
downloadmailman-9eb9875569a716dd82ee7764ecee2f37ab446e13.tar.gz
mailman-9eb9875569a716dd82ee7764ecee2f37ab446e13.tar.zst
mailman-9eb9875569a716dd82ee7764ecee2f37ab446e13.zip
* Removed obsolete `IMailingList` attribute `generic_nonmember_action.
(LP: #975696)
Diffstat (limited to 'src/mailman/database/tests/test_migrations.py')
-rw-r--r--src/mailman/database/tests/test_migrations.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/database/tests/test_migrations.py b/src/mailman/database/tests/test_migrations.py
index 6ad648623..c69a8c545 100644
--- a/src/mailman/database/tests/test_migrations.py
+++ b/src/mailman/database/tests/test_migrations.py
@@ -91,6 +91,7 @@ class TestMigration20120407Schema(MigrationTestBase):
for present in ('archive',
'archive_private',
'archive_volume_frequency',
+ 'generic_nonmember_action',
'include_list_post_header',
'news_moderation',
'news_prefix_subject_too',
@@ -118,6 +119,7 @@ class TestMigration20120407Schema(MigrationTestBase):
for missing in ('archive',
'archive_private',
'archive_volume_frequency',
+ 'generic_nonmember_action',
'include_list_post_header',
'news_moderation',
'news_prefix_subject_too',