From 7949f7fe746dbbe3eeefbc123bbb2c551b091733 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 14 Apr 2006 05:14:34 +0000 Subject: Fixed #93 and #121 --- .../tickets/protected/pages/Ticket93.page | 53 ++++++++++++++++++++++ .../tickets/protected/pages/Ticket93.php | 15 ++++++ .../tickets/tests/Ticket93TestCase.php | 16 +++++++ 3 files changed, 84 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket93.page create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket93.php create mode 100644 tests/FunctionalTests/tickets/tests/Ticket93TestCase.php (limited to 'tests/FunctionalTests/tickets') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket93.page b/tests/FunctionalTests/tickets/protected/pages/Ticket93.page new file mode 100644 index 00000000..89aeb436 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket93.page @@ -0,0 +1,53 @@ + + +

ValidationGroups without any inputs with grouping

+

This test can not be tested using automation.

+ AlternateText="Navigate buttons" OnClick="buttonClicked" > + + + + + + + + +
+ + + + + +
+ +
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket93.php b/tests/FunctionalTests/tickets/protected/pages/Ticket93.php new file mode 100644 index 00000000..ea5745a8 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket93.php @@ -0,0 +1,15 @@ +getPostBackValue(); + print_r($param); + } +} + +?> diff --git a/tests/FunctionalTests/tickets/tests/Ticket93TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket93TestCase.php new file mode 100644 index 00000000..6a286ffe --- /dev/null +++ b/tests/FunctionalTests/tickets/tests/Ticket93TestCase.php @@ -0,0 +1,16 @@ +open('tickets/index.php?page=Ticket93'); + $this->verifyTextPresent("ValidationGroups without any inputs with grouping"); + } + +} +?> -- cgit v1.2.3