summaryrefslogtreecommitdiffstats
path: root/69.patch
blob: bab9534dba05d5b72a9b94fcb9ba602e20babd2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 7eb16d71722a54e04c8a309f5588c02f45680e9a Mon Sep 17 00:00:00 2001
From: Birgir Haraldsson <biggi@stefna.is>
Date: Thu, 11 Jan 2024 16:07:40 +0100
Subject: [PATCH] Fix 019 getdebug test when response has "processing"

---
 tests/019.solrclient_getdebug.phpt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/019.solrclient_getdebug.phpt b/tests/019.solrclient_getdebug.phpt
index b8e07898..ff4b66d6 100644
--- a/tests/019.solrclient_getdebug.phpt
+++ b/tests/019.solrclient_getdebug.phpt
@@ -33,7 +33,8 @@ foreach ( $lines as $line) {
 		0 === strpos($line, 'Hostname') ||
 		0 === strpos($line, 'TCP_NODELAY') || 
 		0 === strpos($line, 'Accept-Encoding') ||
-		0 === strpos($line, 'Curl_http_done')
+		0 === strpos($line, 'Curl_http_done') ||
+		0 === strpos($line, 'processing:')
 		) {
 		$print = false;
 	} else {