Fix failing tests
This commit is contained in:
parent
791244d70b
commit
f4fce01443
@ -1363,7 +1363,7 @@ class PMA_DisplayResults_Test extends PHPUnit_Framework_TestCase
|
||||
'routine_type' => 'FUNCTION'
|
||||
),
|
||||
'routine_name',
|
||||
'db_routines.php?item_name=circumference&db=data&execute_dialog=1&item_type=FUNCTION&server=0&lang=en&token=token'
|
||||
'db_routines.php?item_name=circumference&db=data&edit_item=1&item_type=FUNCTION&server=0&lang=en&token=token'
|
||||
),
|
||||
array(
|
||||
'information_schema',
|
||||
@ -1375,7 +1375,7 @@ class PMA_DisplayResults_Test extends PHPUnit_Framework_TestCase
|
||||
'routine_type' => 'PROCEDURE'
|
||||
),
|
||||
'routine_name',
|
||||
'db_routines.php?item_name=area&db=data&execute_routine=1&item_type=PROCEDURE&server=0&lang=en&token=token'
|
||||
'db_routines.php?item_name=area&db=data&edit_item=1&item_type=PROCEDURE&server=0&lang=en&token=token'
|
||||
),
|
||||
array(
|
||||
'information_schema',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user