[Python-modules-commits] r30999 - in packages/cssutils/trunk/debian/patches (disable_test.patch)
hugo6390-guest at users.alioth.debian.org
hugo6390-guest at users.alioth.debian.org
Sun Oct 12 15:14:14 UTC 2014
Date: Sunday, October 12, 2014 @ 15:14:13
Author: hugo6390-guest
Revision: 30999
Update disable_test.patch
Modified:
packages/cssutils/trunk/debian/patches/disable_test.patch
Modified: packages/cssutils/trunk/debian/patches/disable_test.patch
===================================================================
--- packages/cssutils/trunk/debian/patches/disable_test.patch 2014-10-12 14:58:03 UTC (rev 30998)
+++ packages/cssutils/trunk/debian/patches/disable_test.patch 2014-10-12 15:14:13 UTC (rev 30999)
@@ -2,8 +2,8 @@
Author: Charlie Smotherman <cjsmo at cableone.net>
Last-Update: 2014-10-12
---- a/src/cssutils/tests/test_cssstylesheet.py 2014-10-12 16:29:55.662247887 +0200
-+++ b/src/cssutils/tests/test_cssstylesheet.py 2014-10-12 16:30:10.978247094 +0200
+--- a/src/cssutils/tests/test_cssstylesheet.py 2014-10-12 16:33:59.122235283 +0200
++++ b/src/cssutils/tests/test_cssstylesheet.py 2014-10-12 17:10:44.638121103 +0200
@@ -333,7 +333,7 @@
self.assertEqual('example', s.namespaces['ex2'])
self.assertRaises(xml.dom.NamespaceErr, s.namespaces.__getitem__, 'UNSET')
More information about the Python-modules-commits
mailing list