From 7f4d9089574a35b733ee36bf4880bb9eb4beab84 Mon Sep 17 00:00:00 2001 From: wei <> Date: Tue, 8 May 2007 02:22:27 +0000 Subject: Fixed Sqlmap using TAPCCache problem. Adding test code for #488. --- .../tickets/protected/pages/Ticket488.page | 27 ++++++++++++++++++++++ .../tickets/protected/pages/Ticket488.php | 13 +++++++++++ 2 files changed, 40 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket488.page create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket488.php (limited to 'tests/FunctionalTests/tickets') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket488.page b/tests/FunctionalTests/tickets/protected/pages/Ticket488.page new file mode 100644 index 00000000..4bb8df47 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket488.page @@ -0,0 +1,27 @@ + + + + + + + console.log('OnValidationError') + + + console.log('OnValidate'); + + + + + + + \ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket488.php b/tests/FunctionalTests/tickets/protected/pages/Ticket488.php new file mode 100644 index 00000000..e9610d1d --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket488.php @@ -0,0 +1,13 @@ +IsValid = $this->Password == 'Prado'; + } +} + +?> \ No newline at end of file -- cgit v1.2.3