[Python-modules-commits] r16206 - in packages/python-whoosh/trunk/debian/patches (2 files)

aelmahmoudy-guest at users.alioth.debian.org aelmahmoudy-guest at users.alioth.debian.org
Thu Mar 24 08:49:16 UTC 2011


    Date: Thursday, March 24, 2011 @ 08:49:08
  Author: aelmahmoudy-guest
Revision: 16206

Remove fix_test_combine.diff patch, as it is applied upstream

Modified:
  packages/python-whoosh/trunk/debian/patches/series
Deleted:
  packages/python-whoosh/trunk/debian/patches/fix_test_combine.diff

Deleted: packages/python-whoosh/trunk/debian/patches/fix_test_combine.diff
===================================================================
--- packages/python-whoosh/trunk/debian/patches/fix_test_combine.diff	2011-03-24 06:09:28 UTC (rev 16205)
+++ packages/python-whoosh/trunk/debian/patches/fix_test_combine.diff	2011-03-24 08:49:08 UTC (rev 16206)
@@ -1,19 +0,0 @@
-Description: Unit tests had the wrong meaning of "filter".
-Origin: https://bitbucket.org/mchaput/whoosh/overview
-Author: Matt Chaput <matt at whoosh.ca>
-
---- a/tests/test_results.py
-+++ b/tests/test_results.py
-@@ -94,9 +94,9 @@
-         
-         assert_equal(idsof(rfor(u"foxtrot")), "345")
-         check(rfor(u"foxtrot"), "extend", rfor("charlie"), "345812")
--        check(rfor(u"foxtrot"), "filter", rfor("juliet"), "34")
--        check(rfor(u"foxtrot"), "filter", rfor("alfa"), "345")
--        check(rfor(u"all"), "filter", rfor("foxtrot"), "12678")
-+        check(rfor(u"foxtrot"), "filter", rfor("juliet"), "5")
-+        check(rfor(u"charlie"), "filter", rfor("foxtrot"), "3")
-+        check(rfor(u"all"), "filter", rfor("foxtrot"), "345")
-         check(rfor(u"all"), "upgrade", rfor("india"), "45612378")
-         check(rfor(u"charlie"), "upgrade_and_extend", rfor("echo"), "23814")
- 

Modified: packages/python-whoosh/trunk/debian/patches/series
===================================================================
--- packages/python-whoosh/trunk/debian/patches/series	2011-03-24 06:09:28 UTC (rev 16205)
+++ packages/python-whoosh/trunk/debian/patches/series	2011-03-24 08:49:08 UTC (rev 16206)
@@ -1 +0,0 @@
-fix_test_combine.diff




More information about the Python-modules-commits mailing list