change to the right url for PMA_Node_Index_Container

This commit is contained in:
adamgsoc2013 2013-05-08 09:35:05 +08:00
parent d169639704
commit 131a275e8d

View File

@ -28,7 +28,7 @@ class Node_Index_Container_Test extends PHPUnit_Framework_TestCase
$parent->links
);
$this->assertContains(
'tbl_indexes.php',
'tbl_structure.php',
$parent->links['text']
);
$this->assertEquals('indexes', $parent->real_name);