mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Fix for copyRow
This commit is contained in:
@@ -770,7 +770,7 @@
|
|||||||
public function testDb_CopyRow()
|
public function testDb_CopyRow()
|
||||||
{
|
{
|
||||||
$result = $this->db->db_CopyRow('news', '*', "news_id = 1");
|
$result = $this->db->db_CopyRow('news', '*', "news_id = 1");
|
||||||
$this->assertEquals(3,$result);
|
$this->assertGreaterThan(1,$result);
|
||||||
|
|
||||||
$result = $this->db->db_CopyRow('bla');
|
$result = $this->db->db_CopyRow('bla');
|
||||||
$this->assertFalse($result);
|
$this->assertFalse($result);
|
||||||
|
Reference in New Issue
Block a user