Commit 3bb196e8 authored by Gasol Wu's avatar Gasol Wu

literal true

parent 16257258
......@@ -63,7 +63,7 @@ class Solarium_Client_RequestBuilder_AnalysisTest extends PHPUnit_Framework_Test
array(
'wt' => 'json',
'analysis.query' => $query,
'analysis.showmatch' => $showMatch,
'analysis.showmatch' => 'true',
),
$request->getParams()
);
......@@ -72,4 +72,4 @@ class Solarium_Client_RequestBuilder_AnalysisTest extends PHPUnit_Framework_Test
}
}
\ No newline at end of file
}
......@@ -53,7 +53,7 @@ class Solarium_Client_RequestBuilder_Select_Component_MoreLikeThisTest extends P
$this->assertEquals(
array(
'mlt' => true,
'mlt' => 'true',
'mlt.fl' => 'description,name',
'mlt.mintf' => 1,
'mlt.mindf' => 3,
......@@ -61,7 +61,7 @@ class Solarium_Client_RequestBuilder_Select_Component_MoreLikeThisTest extends P
'mlt.maxwl' => 15,
'mlt.maxqt' => 4,
'mlt.maxntp' => 5,
'mlt.boost' => true,
'mlt.boost' => 'true',
'mlt.qf' => 'description',
'mlt.count' => 6,
),
......@@ -70,4 +70,4 @@ class Solarium_Client_RequestBuilder_Select_Component_MoreLikeThisTest extends P
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment