If NHV accepts only [Valid] as validation for a collection I would
understand why we have tests based on classes declared in this way
[Valid, Size(Max=10)]
public virtual ICollection<Person> Children
{
get { return children; }
set { children = value; }
}

[Valid, Size(Max=5)]
public virtual ICollection Friends
{
get { return friends; }
set { friends = value; }
}

passing without problems.
btw we will analyze your tests.

On Mon, Oct 4, 2010 at 5:47 PM, Philip Wood <[email protected]> wrote:

>
> On 3 October 2010 22:40, Fabio Maulo <[email protected]> wrote:
>
>> I didn't understand a single word.
>> Have you a test case where the validation over a collection does not work
>> ?
>>
>>
>>
> http://216.121.112.228/browse/NHV-103
>
> <http://216.121.112.228/browse/NHV-103>Regards,
>
> Phil.
>
> --
> You received this message because you are subscribed to the Google Groups
> "nhusers" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<nhusers%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/nhusers?hl=en.
>



-- 
Fabio Maulo

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to