Remove all the trailing spaces
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3076 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -45,7 +45,7 @@ class test_dblayer_{ENGINE} extends PHPUnit_Framework_TestCase
|
||||
$table)
|
||||
{
|
||||
$db->table = $table;
|
||||
try
|
||||
try
|
||||
{
|
||||
$res = $db->dropTable();
|
||||
}
|
||||
@@ -270,7 +270,7 @@ class test_dblayer_{ENGINE} extends PHPUnit_Framework_TestCase
|
||||
// SQLite start at 1, MySQL start at 0...
|
||||
$this->assertLessThanOrEqual ($res, 2);
|
||||
}
|
||||
|
||||
|
||||
// Test the unique feature
|
||||
public function test_insert3 ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user