diff options
author | xue <> | 2006-03-11 18:16:38 +0000 |
---|---|---|
committer | xue <> | 2006-03-11 18:16:38 +0000 |
commit | 614abf2377f4348df56f34de674b27ad1ffe2917 (patch) | |
tree | 2055155a38e5fd3dc1c3dd304c0140c4c8ac8ec5 /tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.page | |
parent | 492021fec24cb583e6bd2e95b3f6c9ea7a271b5f (diff) |
Deleted some unused tests.
Diffstat (limited to 'tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.page')
-rw-r--r-- | tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.page | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.page b/tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.page deleted file mode 100644 index 5447b834..00000000 --- a/tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.page +++ /dev/null @@ -1,13 +0,0 @@ -<%@ Title="Basic TRequiredFieldValidator" %>
-<com:TContent ID="Content">
-<h1>Basic TRequiredFieldValidator Test1</h1>
- <com:TTextBox ID="text1" />
- <com:TRequiredFieldValidator
- ID="validator1"
- FocusOnError="true"
- FocusElementID="<%# $this->Page->text2->ClientID %>"
- ControlToValidate="text1"
- ErrorMessage="*" />
- <com:TButton ID="button1" Text="Click" />
- <com:TTextBox ID="text2" />
-</com:TContent>
\ No newline at end of file |