From f4169ef12e83b93d9693c3e9278af6a6f02861d6 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 27 May 2006 04:29:26 +0000 Subject: Fixed #169. --- .../tickets/protected/pages/TestHtmlArea.php | 8 ++++++++ .../FunctionalTests/tickets/protected/pages/Ticket169.page | 8 ++++++++ tests/FunctionalTests/tickets/tests/Ticket169TestCase.php | 14 ++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/TestHtmlArea.php create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket169.page create mode 100644 tests/FunctionalTests/tickets/tests/Ticket169TestCase.php (limited to 'tests') diff --git a/tests/FunctionalTests/tickets/protected/pages/TestHtmlArea.php b/tests/FunctionalTests/tickets/protected/pages/TestHtmlArea.php new file mode 100644 index 00000000..13a4189b --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/TestHtmlArea.php @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket169.page b/tests/FunctionalTests/tickets/protected/pages/Ticket169.page new file mode 100644 index 00000000..24c447d5 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket169.page @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket169TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket169TestCase.php new file mode 100644 index 00000000..30bbc92d --- /dev/null +++ b/tests/FunctionalTests/tickets/tests/Ticket169TestCase.php @@ -0,0 +1,14 @@ +open('tickets/index.php?page=Ticket169'); + $this->assertNotVisible('ctl0_Content_validator1'); + $this->click('ctl0_Content_ctl0'); + $this->assertVisible('ctl0_Content_validator1'); + } +} + +?> \ No newline at end of file -- cgit v1.2.3