>       public void testEqualsWithoutPk() {
>           CustomerNormalValue a = new CustomerNormalValue();
>           a.setFirstName("Ara");
>           CustomerNormalValue b = new CustomerNormalValue();
>           b.setFirstName("Ara");
>           assert("Should be Different", ! a.equals(b));

Excuse me but my id is 007 :-))

Ara.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to