From 9ee060eaa95dffead4fe0ac62187f501dc9bb2ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 19 Feb 2014 13:06:25 +0100 Subject: [PATCH] Mark another test incomplete MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and document why this test is currently not performed. Signed-off-by: Michal Čihař --- test/selenium/PmaSeleniumImportTest.php | 1 + test/selenium/PmaSeleniumTableOperationsTest.php | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/test/selenium/PmaSeleniumImportTest.php b/test/selenium/PmaSeleniumImportTest.php index 9e2d4352f4..7a12acfe68 100644 --- a/test/selenium/PmaSeleniumImportTest.php +++ b/test/selenium/PmaSeleniumImportTest.php @@ -115,6 +115,7 @@ class PMA_SeleniumImportTest extends PMA_SeleniumBase */ private function _doImport($type) { + /* FIXME: Need to implement file upload compatible with remote Selenium */ $this->markTestIncomplete( 'File uploading not yet implemented in Selenium test' ); diff --git a/test/selenium/PmaSeleniumTableOperationsTest.php b/test/selenium/PmaSeleniumTableOperationsTest.php index 258f0ed124..da9dae70e0 100644 --- a/test/selenium/PmaSeleniumTableOperationsTest.php +++ b/test/selenium/PmaSeleniumTableOperationsTest.php @@ -70,6 +70,10 @@ class PMA_SeleniumTableOperationsTest extends PMA_SeleniumBase */ public function testChangeTableOrder() { + /* FIXME: Need to create table which will allow this */ + $this->markTestIncomplete( + 'Changing order is not supported for some tables.' + ); $this->select($this->byName("order_field")) ->selectOptionByLabel("val");