Are you using jxpath's own build.xml? It declares the tests to run as all classes compiled from src/test/**/*Test.java . You don't need any suites or entry point.
-Matt --- On Thu, 4/16/09, Sullivan, Angela <[email protected]> wrote: > From: Sullivan, Angela <[email protected]> > Subject: RE: commons-apache-jxpath: TestCase entry point > To: "Commons Users List" <[email protected]> > Date: Thursday, April 16, 2009, 8:49 AM > Hi Matt, > > I'm building from ant. My build.properties has a prop of > test.entry = ?. > In 1.2 is was JXPathTestSuite, however that's not the case > now as it's > changed. I can't see what's it changed to. > > > Thanks > Angela > > > > -----Original Message----- > From: Matt Benson [mailto:[email protected]] > > Sent: Thursday, April 09, 2009 7:09 PM > To: Commons Users List > Subject: Re: commons-apache-jxpath: TestCase entry point > > > There really isn't one. You simply run the testcases > en masse... in > what context are you trying to run the tests? > > -Matt > > --- On Thu, 4/9/09, Sullivan, Angela <[email protected]> > wrote: > > > From: Sullivan, Angela <[email protected]> > > Subject: commons-apache-jxpath: TestCase entry point > > To: [email protected] > > Date: Thursday, April 9, 2009, 9:50 AM > > Hi > > I am building commons-apache-jxpath 1.3 from source. > The > > TestCase entry > > point in 1.2 was JXPathTestSuite, but it has changed > for > > ver 1.3 and I > > can't seem to find what it's changed to. Does anybody > > know? > > > > Thanks > > Angela > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
