From ba502d421d5dcae735d387dc6285bd9e1aa06535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 18 Sep 2012 11:07:26 +0200 Subject: [PATCH] Unset relation cache before testing --- test/libraries/PMA_transformation_test.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/libraries/PMA_transformation_test.php b/test/libraries/PMA_transformation_test.php index 38dabe12ba..406dff8837 100644 --- a/test/libraries/PMA_transformation_test.php +++ b/test/libraries/PMA_transformation_test.php @@ -51,6 +51,8 @@ class PMA_Transformation_Test extends PHPUnit_Framework_TestCase $GLOBALS['cfg']['Server']['designer_coords'] = ''; $GLOBALS['cfg']['Server']['column_info'] = 'column_info'; $GLOBALS['cfg']['DBG']['sql'] = false; + // need to clear relation test cache + unset($_SESSION['relation']); } /**