Skip to content

Commit

Permalink
Resolve tests
Browse files Browse the repository at this point in the history
Signed-off-by: Bimal Yashodha <[email protected]>
  • Loading branch information
kb-yashodha committed Jul 23, 2014
1 parent be1cd20 commit 00ec108
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/classes/schema/Dia_Relation_Schema_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected function setUp()
$_POST['orientation'] = 'orientation';
$_POST['paper'] = 'paper';
$_POST['export_type'] = 'PMA_ExportType';

$_POST['offline_export'] = false;
$GLOBALS['server'] = 1;
$GLOBALS['controllink'] = null;
$GLOBALS['db'] = 'information_schema';
Expand Down
1 change: 1 addition & 0 deletions test/classes/schema/Eps_Relation_Schema_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ protected function setUp()
$_POST['all_tables_same_width'] = 'on';
$_POST['paper'] = 'paper';
$_POST['export_type'] = 'PMA_ExportType';
$_POST['offline_export'] = false;
$GLOBALS['server'] = 1;
$GLOBALS['controllink'] = null;
$GLOBALS['db'] = 'information_schema';
Expand Down
2 changes: 1 addition & 1 deletion test/classes/schema/Pdf_Relation_Schema_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected function setUp()
$_POST['paper'] = 'paper';
$_POST['export_type'] = 'PMA_ExportType';
$_POST['with_doc'] = 'on';

$_POST['offline_export'] = false;
$GLOBALS['server'] = 1;
$GLOBALS['controllink'] = null;
$GLOBALS['db'] = 'information_schema';
Expand Down
1 change: 1 addition & 0 deletions test/classes/schema/Svg_Relation_Schema_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ protected function setUp()
$_POST['paper'] = 'paper';
$_POST['export_type'] = 'PMA_ExportType';
$_POST['with_doc'] = 'on';
$_POST['offline_export'] = false;
$GLOBALS['server'] = 1;
$GLOBALS['controllink'] = null;
$GLOBALS['db'] = 'information_schema';
Expand Down

0 comments on commit 00ec108

Please sign in to comment.