I think we may have this kind of tests.
It is not a problem if we do not pass on other implementations -
we will have a number of test types and some of them will stick
to our implementation. it is OK. So if the message in exception is
important (e.g. IMHO text for an NPE message in a one-argument
function is doubtfully important) then it is better to have a test for it.
Thanks,
Mikhail
2006/4/17, Mark Hindess <[EMAIL PROTECTED]>:
> Ok. I think it's a little unfortunate for our users that we can't
> match error messages but you are probably correct about them being
> copyright.
>
> So, the second issue, should we be checking for messages/descriptions
> in exception
> tests, even to match what Harmony throws? If we do then our api tests
> wont pass on other implementations.
>
> Regards,
> Mark.
>
> On 4/17/06, Anton Avtamonov <[EMAIL PROTECTED]> wrote:
> > On 4/17/06, LvJimmy,Jing <[EMAIL PROTECTED]> wrote:
> > > Agreed. Try some other words may be better. The only possible
> > > un-compatible
> > > with RI is that some rookie may write codes like:
> > > try{
> > > ...
> > > }catch(Except e){
> > > if (e.getMessage().equals(RI_String)){
> > > dosomething;
> > > }
> > > }
> > > But this kind of code is properly unstable and unacceptable,right?
> >
> > Agree. I expect there is no or almost no client applications doing
> > that. I think we shouldn't be message-compatible. Otherwise we would
> > have to be compatible with localized messages as well in assumption
> > someone checks for e.getLocalizedMessage() :-).
> >
> > --
> > Anton Avtamonov,
> > Intel Middleware Products Division
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Mark Hindess <[EMAIL PROTECTED]>
> IBM Java Technology Centre, UK.
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]