[Python-modules-commits] r23615 - in packages/python-django/branches/squeeze-backports/debian/patches (1 file)
metal at users.alioth.debian.org
metal at users.alioth.debian.org
Wed Feb 27 05:49:59 UTC 2013
Date: Wednesday, February 27, 2013 @ 05:49:57
Author: metal
Revision: 23615
Of course, all is never all. I forgot the patch 07_exception_in_servers_tests_tear_down.diff, sorry for that.
Added:
packages/python-django/branches/squeeze-backports/debian/patches/07_exception_in_servers_tests_tear_down.diff
Added: packages/python-django/branches/squeeze-backports/debian/patches/07_exception_in_servers_tests_tear_down.diff
===================================================================
--- packages/python-django/branches/squeeze-backports/debian/patches/07_exception_in_servers_tests_tear_down.diff (rev 0)
+++ packages/python-django/branches/squeeze-backports/debian/patches/07_exception_in_servers_tests_tear_down.diff 2013-02-27 05:49:57 UTC (rev 23615)
@@ -0,0 +1,13 @@
+Index: python-django-1.4.5/tests/regressiontests/servers/tests.py
+===================================================================
+--- python-django-1.4.5.orig/tests/regressiontests/servers/tests.py 2013-02-25 23:10:56.000000000 +0000
++++ python-django-1.4.5/tests/regressiontests/servers/tests.py 2013-02-25 23:11:02.000000000 +0000
+@@ -150,6 +150,8 @@
+ raise Exception("The line above should have raised an exception")
+ except exception:
+ pass
++ finally:
++ super(LiveServerAddress, cls).tearDownClass()
+
+ def test_test_test(self):
+ # Intentionally empty method so that the test is picked up by the
More information about the Python-modules-commits
mailing list