[Python-modules-commits] r14463 - in packages/python-django-voting/trunk/debian/patches (2 files)

ockham-guest at users.alioth.debian.org ockham-guest at users.alioth.debian.org
Tue Sep 21 19:59:26 UTC 2010


    Date: Tuesday, September 21, 2010 @ 19:59:20
  Author: ockham-guest
Revision: 14463

Fix tests execution

Added:
  packages/python-django-voting/trunk/debian/patches/test_settings
Modified:
  packages/python-django-voting/trunk/debian/patches/series

Modified: packages/python-django-voting/trunk/debian/patches/series
===================================================================
--- packages/python-django-voting/trunk/debian/patches/series	2010-09-21 19:56:04 UTC (rev 14462)
+++ packages/python-django-voting/trunk/debian/patches/series	2010-09-21 19:59:20 UTC (rev 14463)
@@ -1 +1,2 @@
+test_settings
 num_up_down_votes_and_doc

Added: packages/python-django-voting/trunk/debian/patches/test_settings
===================================================================
--- packages/python-django-voting/trunk/debian/patches/test_settings	                        (rev 0)
+++ packages/python-django-voting/trunk/debian/patches/test_settings	2010-09-21 19:59:20 UTC (rev 14463)
@@ -0,0 +1,15 @@
+--- a/voting/tests/settings.py
++++ b/voting/tests/settings.py
+@@ -22,6 +22,12 @@
+ INSTALLED_APPS = (
+     'django.contrib.auth',
+     'django.contrib.contenttypes',
++    'django.contrib.admin',
++    'django.contrib.sessions',
++    'django.contrib.sites',
+     'voting',
+     'voting.tests',
+ )
++
++ROOT_URLCONF = 'settings'
++SITE_ID = 1




More information about the Python-modules-commits mailing list