[Python-modules-commits] r13322 - in packages/pdfminer/trunk/debian (3 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Tue Jun 8 14:24:05 UTC 2010


    Date: Tuesday, June 8, 2010 @ 14:23:50
  Author: jwilk
Revision: 13322

Disable test suite for psparser.py, as it is currently broken.

Added:
  packages/pdfminer/trunk/debian/patches/psparser-testsuite.diff
Modified:
  packages/pdfminer/trunk/debian/changelog
  packages/pdfminer/trunk/debian/patches/series

Modified: packages/pdfminer/trunk/debian/changelog
===================================================================
--- packages/pdfminer/trunk/debian/changelog	2010-06-08 12:32:08 UTC (rev 13321)
+++ packages/pdfminer/trunk/debian/changelog	2010-06-08 14:23:50 UTC (rev 13322)
@@ -4,5 +4,7 @@
   * Strip non-DFSG-free test documents from the .orig.tar.gz.
     + Run tests only on those files that are actually available.
       [dfsg-testsuite.diff]
+  * Disable test suite for psparser.py, as it is currently broken.
+    [psparser-testsuite.diff]
 
- -- Jakub Wilk <jwilk at debian.org>  Tue, 08 Jun 2010 13:38:05 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Tue, 08 Jun 2010 16:21:38 +0200

Added: packages/pdfminer/trunk/debian/patches/psparser-testsuite.diff
===================================================================
--- packages/pdfminer/trunk/debian/patches/psparser-testsuite.diff	                        (rev 0)
+++ packages/pdfminer/trunk/debian/patches/psparser-testsuite.diff	2010-06-08 14:23:50 UTC (rev 13322)
@@ -0,0 +1,14 @@
+Description: Disable test suite for psparser.py, as it is currently broken.
+Author: Jakub Wilk <jwilk at debian.org>
+Forwarded: not-needed
+Last-Update: 2010-06-08
+
+--- pdfminer-20100424+dfsg.orig/pdfminer/psparser.py
++++ pdfminer-20100424+dfsg/pdfminer/psparser.py
+@@ -648,4 +648,6 @@ class TestPSBaseParser(unittest.TestCase
+         self.assertEqual(objs, self.OBJS)
+         return
+ 
++    del test_1, test_2
++
+ if __name__ == '__main__': unittest.main()

Modified: packages/pdfminer/trunk/debian/patches/series
===================================================================
--- packages/pdfminer/trunk/debian/patches/series	2010-06-08 12:32:08 UTC (rev 13321)
+++ packages/pdfminer/trunk/debian/patches/series	2010-06-08 14:23:50 UTC (rev 13322)
@@ -1 +1,2 @@
 dfsg-testsuite.diff
+psparser-testsuite.diff




More information about the Python-modules-commits mailing list