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 ++++++ 2 files changed, 68 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket93.page create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket93.php (limited to 'tests/FunctionalTests/tickets/protected/pages') 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); + } +} + +?> -- cgit v1.2.3