Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Message from discussion r12215 - django/trunk/django/contrib/me ssages/tests
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
nore...@djangoproject.com  
View profile  
 More options Jan 12 2010, 5:03 pm
From: nore...@djangoproject.com
Date: Tue, 12 Jan 2010 16:03:00 -0600 (CST)
Subject: [Changeset] r12215 - django/trunk/django/contrib/messages/tes ts
Author: lukeplant
Date: 2010-01-12 16:03:00 -0600 (Tue, 12 Jan 2010)
New Revision: 12215

Modified:
   django/trunk/django/contrib/messages/tests/base.py
Log:
Fixed #12588 - test failure since r12207

Modified: django/trunk/django/contrib/messages/tests/base.py
===================================================================
--- django/trunk/django/contrib/messages/tests/base.py  2010-01-12 18:40:54 UTC (rev 12214)
+++ django/trunk/django/contrib/messages/tests/base.py  2010-01-12 22:03:00 UTC (rev 12215)
@@ -58,6 +58,7 @@
         settings.TEMPLATE_CONTEXT_PROCESSORS = \
            self._template_context_processors
         settings.INSTALLED_APPS = self._installed_apps
+        settings.MESSAGE_STORAGE = self._message_storage

     def restore_setting(self, setting):
         if setting in self._remembered_settings:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.