diff options
author | wei <> | 2007-01-25 07:24:40 +0000 |
---|---|---|
committer | wei <> | 2007-01-25 07:24:40 +0000 |
commit | 8526819baf7b6ad70097b5ab0370885da2f8bfe9 (patch) | |
tree | ac06c5d0fa36f8da009292ed7ba43d0e393fa7a2 /tests/FunctionalTests | |
parent | 682f7ef6933f4ad485baedddf7a30367d003d7bf (diff) |
Fixed some typo bugs.
Diffstat (limited to 'tests/FunctionalTests')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket511.page | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket511.page b/tests/FunctionalTests/tickets/protected/pages/Ticket511.page new file mode 100644 index 00000000..b6b9dda4 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket511.page @@ -0,0 +1,10 @@ +<com:TContent ID="Content">
+<h2 class="defect">Problem loading TListItemCollection</h2>
+
+<com:System.Web.UI.ActiveControls.TActiveDropDownList>
+ <com:TListItem Text="One" />
+ <com:TListItem Text="Two" />
+</com:System.Web.UI.ActiveControls.TActiveDropDownList>
+
+
+</com:TContent>
\ No newline at end of file |