You are right. I am using version 1.2.0. And will try version 1.2.1. I hope that helps :)
On 2 March 2010 20:55, Reto Bachmann-Gmuer <[email protected]> wrote: > > PAXEXAM-159 is only resolved in 1.2.1-SNAPSHOT, any chance this gets > released in the near future? > > Cheers, > reto > > On Tue, Mar 2, 2010 at 1:55 PM, Toni Menzel <[email protected]> wrote: > > which version of exam are you using ? Because this was a known bug in > > earlier versions. > > Current stable is 1.2.0 > > Of you want to be top notch, its 2.0-SNAPSHOT. > > But nothing beyond 1.2 is recommended - for obvious reasons. > > Toni > > > > On Tue, Mar 2, 2010 at 1:49 PM, Leon <[email protected]> wrote: > >> Hello, everyone! > >> I am faced with some problem. Test cases from base classe work incorrectly. > >> The easiest way to explain is example. > >> We have following classes: > >> class A { > >> > >> @Test > >> public void testA() { > >> > >> ... > >> > >> assertTrue(false); > >> > >> ... > >> > >> } > >> > >> } > >> @RunWith( JUnit4TestRunner.class ) > >> class B extends A { > >> > >> @Configuration > >> public static Option[] configuration() > >> { > >> > >> ... > >> > >> } > >> > >> } > >> If we start testing of B class we will see that method testA() from class A > >> unexpectedly finished successfully. How I can fix such behaviour? > >> Thanks in advance. > >> -- > >> Leonid > >> _______________________________________________ > >> general mailing list > >> [email protected] > >> http://lists.ops4j.org/mailman/listinfo/general > >> > >> > > > > > > > > -- > > Toni Menzel > > Independent Software Developer > > Professional Profile: http://okidokiteam.com > > [email protected] > > http://www.ops4j.org - New Energy for OSS Communities - Open > > Participation Software. > > > > _______________________________________________ > > general mailing list > > [email protected] > > http://lists.ops4j.org/mailman/listinfo/general > > _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
