diff options
author | tof <> | 2008-04-11 08:23:36 +0000 |
---|---|---|
committer | tof <> | 2008-04-11 08:23:36 +0000 |
commit | 4ab766dc6ca1d5e294d2b2f34d2198ce9583fbd2 (patch) | |
tree | d2b2918fa7b55cdfee8b2f9537ac48a27bce55fd /tests/FunctionalTests/validators/protected | |
parent | 247e58768c624174c649f9680a638fcbb8ecd0f0 (diff) |
TestCase for #828
Diffstat (limited to 'tests/FunctionalTests/validators/protected')
-rw-r--r-- | tests/FunctionalTests/validators/protected/pages/RequiredListValidator.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/validators/protected/pages/RequiredListValidator.page b/tests/FunctionalTests/validators/protected/pages/RequiredListValidator.page index 665d71b7..d527ee9d 100644 --- a/tests/FunctionalTests/validators/protected/pages/RequiredListValidator.page +++ b/tests/FunctionalTests/validators/protected/pages/RequiredListValidator.page @@ -2,7 +2,7 @@ <div>
<div class="lista">
- <com:TCheckBoxList ID="list1">
+ <com:TCheckBoxList ID="list1" RepeatLayout="Raw">
<com:TListItem Value="1" Text="One" />
<com:TListItem Value="2" Text="Two" />
<com:TListItem Value="3" Text="Three" />
|