mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 08:49:56 +09:00
Fixed query argument bug - for in operation, if there was only one element, the brackets weren't added. Added unit test for this.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8605 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5dc0b9c36c
commit
ff679cc517
3 changed files with 15 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ class QueryArgumentTest extends CubridTest {
|
|||
|
||||
var $xmlPath = "data/";
|
||||
|
||||
function QueryArgumentClass(){
|
||||
function QueryArgumentTest(){
|
||||
$this->xmlPath = str_replace('QueryArgumentTest.php', '', str_replace('\\', '/', __FILE__)) . $this->xmlPath;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue