change to the right url for container

This commit is contained in:
adamgsoc2013 2013-05-08 09:41:47 +08:00
parent 78e0f0b7c2
commit ed95a1cd74
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ class Node_Table_Container_Test extends PHPUnit_Framework_TestCase
$parent->links
);
$this->assertContains(
'sql.php',
'db_structure.php',
$parent->links['text']
);
$this->assertEquals('tables', $parent->real_name);

View File

@ -28,7 +28,7 @@ class Node_View_Container_Test extends PHPUnit_Framework_TestCase
$parent->links
);
$this->assertContains(
'sql.php',
'db_structure.php',
$parent->links['text']
);
$this->assertEquals('views', $parent->real_name);