[Python-modules-commits] r24448 - in packages/cssutils/trunk/debian (3 files)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sun May 19 13:46:41 UTC 2013


    Date: Sunday, May 19, 2013 @ 13:46:40
  Author: mitya57-guest
Revision: 24448

Disable the wrong part of encutils.getMetaInfo test (closes: #686340).

Added:
  packages/cssutils/trunk/debian/patches/02_disable_wrong_test
Modified:
  packages/cssutils/trunk/debian/changelog
  packages/cssutils/trunk/debian/patches/series

Modified: packages/cssutils/trunk/debian/changelog
===================================================================
--- packages/cssutils/trunk/debian/changelog	2013-05-19 13:43:19 UTC (rev 24447)
+++ packages/cssutils/trunk/debian/changelog	2013-05-19 13:46:40 UTC (rev 24448)
@@ -5,6 +5,7 @@
   [ Dmitry Shachnev ]
   * Use /usr/bin/nosetests3 instead of /usr/bin/nosetests-3.X (closes:
     #707529).
+  * Disable the wrong part of encutils.getMetaInfo test (closes: #686340).
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.

Added: packages/cssutils/trunk/debian/patches/02_disable_wrong_test
===================================================================
--- packages/cssutils/trunk/debian/patches/02_disable_wrong_test	                        (rev 0)
+++ packages/cssutils/trunk/debian/patches/02_disable_wrong_test	2013-05-19 13:46:40 UTC (rev 24448)
@@ -0,0 +1,20 @@
+Description: disable wrong test that caused the package to FTBFS
+Origin: upstream, https://bitbucket.org/cthedot/cssutils/commits/153f6254f3/
+Bug-Debian: http://bugs.debian.org/686340
+Last-Update: 2013-05-19
+
+--- a/src/tests/test_encutils/__init__.py
++++ b/src/tests/test_encutils/__init__.py
+@@ -153,9 +153,9 @@
+             """<meta content="text/html;charset=ascii" http-equiv="cONTENT-type">
+                 </ >""":
+                 ('text/html', 'ascii'),
+-            """</ >
+-                <meta content="text/html;charset=ascii" http-equiv="cONTENT-type">""":
+-                (None, None),
++#           """</ >
++#               <meta content="text/html;charset=ascii" http-equiv="cONTENT-type">""":
++#               (None, None),
+             """<meta content="text/html" http-equiv="cONTENT-type">
+                 </ >
+                 <meta content="text/html;charset=ascii" http-equiv="cONTENT-type">""":

Modified: packages/cssutils/trunk/debian/patches/series
===================================================================
--- packages/cssutils/trunk/debian/patches/series	2013-05-19 13:43:19 UTC (rev 24447)
+++ packages/cssutils/trunk/debian/patches/series	2013-05-19 13:46:40 UTC (rev 24448)
@@ -1 +1,2 @@
 01_setup_fix.patch
+02_disable_wrong_test




More information about the Python-modules-commits mailing list