From 3b11f3555426a50664e130148fa37e18b8098e28 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 6 Jan 2006 04:37:22 +0000 Subject: --- .../framework/Web/UI/testTButton.php | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 tests/FunctionalTests/framework/Web/UI/testTButton.php (limited to 'tests/FunctionalTests/framework/Web/UI/testTButton.php') diff --git a/tests/FunctionalTests/framework/Web/UI/testTButton.php b/tests/FunctionalTests/framework/Web/UI/testTButton.php deleted file mode 100644 index 09ba28f6..00000000 --- a/tests/FunctionalTests/framework/Web/UI/testTButton.php +++ /dev/null @@ -1,23 +0,0 @@ -initPage(__FILE__); - $this->open($this->Page->Request->TestUrl); - } - - function testButtonClick() - { - $this->assertTextPresent("TButton Functional Test"); - $this->click($this->Page->button1); - } -} - -?> \ No newline at end of file -- cgit v1.2.3