If you want to use 1.2.1-SNAPSHOT right now, be sure to have
http://repository.ops4j.org/mvn-snapshots/ set in your maven settings
or repository manager.
It will not work to add it to the project pom only. (not recommended anyway).
Will try to kick the intermediate release 1.2.1 out as soon as possible.
Toni

On Tue, Mar 2, 2010 at 4:17 PM, Leon <leon...@ya.ru> wrote:
> 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 <reto.bachm...@trialox.org> 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 <t...@okidokiteam.com> 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 <leon...@ya.ru> 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
>> >> general@lists.ops4j.org
>> >> http://lists.ops4j.org/mailman/listinfo/general
>> >>
>> >>
>> >
>> >
>> >
>> > --
>> > Toni Menzel
>> > Independent Software Developer
>> > Professional Profile: http://okidokiteam.com
>> > t...@okidokiteam.com
>> > http://www.ops4j.org     - New Energy for OSS Communities - Open
>> > Participation Software.
>> >
>> > _______________________________________________
>> > general mailing list
>> > general@lists.ops4j.org
>> > http://lists.ops4j.org/mailman/listinfo/general
>> >
>



-- 
Toni Menzel
Independent Software Developer
Professional Profile: http://okidokiteam.com
t...@okidokiteam.com
http://www.ops4j.org     - New Energy for OSS Communities - Open
Participation Software.

_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to