We should convert all assert() calls to Assert.assertTrue() so we don't
clash with the new assert feature of 1.4.

Deprecation is enabled be default.  Lets try to make them all go away, but
removing the deprecated methods where possible.

--jason


On Thu, 30 Aug 2001, Chris Kimpton wrote:

> Hi,
>
> --- Dave Smith <[EMAIL PROTECTED]> wrote:
> >
> >
> /home/dave/jboss/testsuite/src/main/org/jboss/test/testbean/test/Main.java:292:
> >
> > warning: assert(java.lang.String,boolean) in junit.framework.Assert
> > has
> > been deprecated
> >          assert("statelessMetaData != null", statelessMetaData !=
> > null);
> >
>
> DOH!
>
> I am getting these too - its just that things worked afterwards - to
> some extent.
>
> I was assuming you meant things got stuck - but you don't mean
> that...
>
> I guess junit has been upgraded in jboss and there is now "old" style
> assertions in it...
>
> Chris
>
> =====
> Need somewhere to Live in London - http://freeflats.com
>
> __________________________________________________
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
> http://im.yahoo.com
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
>


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to