From 31991858efb0e868200666f309ec69d6175ca1e5 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Fri, 23 Feb 2018 16:42:35 +1300 Subject: [PATCH] FIX Update tests to reflect the fact that the versioned variant is not relevant for SearchUpdaterTest_Container --- tests/SolrIndexTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SolrIndexTest.php b/tests/SolrIndexTest.php index 73bf11d..6d5925e 100644 --- a/tests/SolrIndexTest.php +++ b/tests/SolrIndexTest.php @@ -172,7 +172,7 @@ class SolrIndexTest extends SapphireTest $this->equalTo([ 'qf' => SearchUpdaterTest_Container::class . '_Field1^1.5 ' . SearchUpdaterTest_Container::class . '_Field2^2.1 _text', - 'fq' => '+(_versionedstage:"" (*:* -_versionedstage:[* TO *]))', + 'fq' => '', ]), $this->anything() )->willReturn($this->getFakeRawSolrResponse());