Update test for dblayerooSQLite
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4293 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -1063,6 +1063,13 @@ class test_dblayeroo_{ENGINE} extends PHPUnit_Framework_TestCase
|
|||||||
{
|
{
|
||||||
$tbl1 = $this->tbl1 ();
|
$tbl1 = $this->tbl1 ();
|
||||||
$res = $tbl1->listTables ();
|
$res = $tbl1->listTables ();
|
||||||
|
if ($this->engine === "sqlite")
|
||||||
|
$this->assertSame (array (
|
||||||
|
0 => 'groupedoo',
|
||||||
|
1 => 'rightsoo',
|
||||||
|
2 => 'usersoo',
|
||||||
|
), $res);
|
||||||
|
else
|
||||||
$this->assertSame (array (
|
$this->assertSame (array (
|
||||||
0 => 'grouped',
|
0 => 'grouped',
|
||||||
1 => 'groupedoo',
|
1 => 'groupedoo',
|
||||||
|
|||||||
Reference in New Issue
Block a user