diff options
author | wei <> | 2007-05-08 03:16:10 +0000 |
---|---|---|
committer | wei <> | 2007-05-08 03:16:10 +0000 |
commit | 84863ce89a1a712aa00df5c33227cecafded881a (patch) | |
tree | f54a11880bece65140026d52a601d138eda453bc /tests/FunctionalTests/tickets/protected/pages | |
parent | 9dfaab8227dc5643fac72b8aaece36df47fd3631 (diff) |
Fixed #593.
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket593.page | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket593.page b/tests/FunctionalTests/tickets/protected/pages/Ticket593.page new file mode 100644 index 00000000..efa8a542 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket593.page @@ -0,0 +1,5 @@ +<com:TContent ID="Content">
+
+<com:System.Web.UI.ActiveControls.TInplaceTextBox maxlength="10" Text="Hello" />
+
+</com:TContent>
\ No newline at end of file |