summaryrefslogtreecommitdiffstats
path: root/0030-fix-sphinx-test.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-05-10 11:48:03 +0200
committerRemi Collet <fedora@famillecollet.com>2013-05-10 11:48:03 +0200
commit9995b53c6dd2941a4c0e2da1c1f24670d49a05fb (patch)
tree11bbf25a6651d021b1e4f33316b51ce15ef65591 /0030-fix-sphinx-test.patch
parent3f12cd621593faa3da769d5b6967da8893c59f6c (diff)
php-bartlett-PHP-CompatInfo: 2.16.0
Diffstat (limited to '0030-fix-sphinx-test.patch')
-rw-r--r--0030-fix-sphinx-test.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/0030-fix-sphinx-test.patch b/0030-fix-sphinx-test.patch
deleted file mode 100644
index 73bc64a..0000000
--- a/0030-fix-sphinx-test.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From d75d31cc71065a6c7f44de9f029e255dce18aab9 Mon Sep 17 00:00:00 2001
-From: Remi Collet <fedora@famillecollet.com>
-Date: Fri, 12 Apr 2013 08:53:32 +0200
-Subject: [PATCH] fix sphinx reference test
-
----
- tests/Reference/SphinxTest.php | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/tests/Reference/SphinxTest.php b/tests/Reference/SphinxTest.php
-index d91ef30..39714bf 100644
---- a/tests/Reference/SphinxTest.php
-+++ b/tests/Reference/SphinxTest.php
-@@ -42,9 +42,12 @@ protected function setUp()
- {
- // Constants conditionnaly exists (according to libsphinx version)
- $this->optionalconstants = array(
-+ 'SPH_RANK_EXPR',
- 'SPH_RANK_FIELDMASK',
- 'SPH_RANK_MATCHANY',
- 'SPH_RANK_PROXIMITY',
-+ 'SPH_RANK_SPH04',
-+ 'SPH_RANK_TOTAL',
- );
- $this->obj = new PHP_CompatInfo_Reference_Sphinx();
- parent::setUp();
---
-1.8.1.5
-