Merge remote-tracking branch 'is_derek/bug405_email_notifications_for_comments' into notifications-merge

Conflicts:
	mediagoblin/db/mongo/migrations.py
This commit is contained in:
Joar Wandborg
2012-06-10 15:53:46 +02:00
9 changed files with 143 additions and 30 deletions

View File

@@ -37,6 +37,7 @@ def test_change_password(test_app):
'/edit/account/', {
'old_password': 'toast',
'new_password': '123456',
'wants_comment_notification': 'y'
})
# test_user has to be fetched again in order to have the current values