a stable release including the PAXEXAM-159 and 160 solutions and
support for felix 2.0.4 would be fantastic :)

Reto

On Tue, Mar 2, 2010 at 4:23 PM, Toni Menzel <[email protected]> wrote:
> 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 <[email protected]> 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 <[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
>>> >
>>
>
>
>
> --
> 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

Reply via email to