Re: [linuxtools-dev] Gerrit: Error on FunkyTraceTest

2014-03-03 Thread Xavier Raynaud
Hi Alexandre, Ok, many thanks. It's fixed now: (https://git.eclipse.org/r/#/c/22442/) X On 02/28/2014 09:01 PM, Alexandre Montplaisir wrote: Hi Xavier, I think it was due to using "assumeTrue()" in a JUnit @BeforeClass method. If the check fails, Eclipse will skip the whole class as one would

Re: [linuxtools-dev] Gerrit: Error on FunkyTraceTest

2014-02-28 Thread Alexandre Montplaisir
Hi Xavier, I think it was due to using "assumeTrue()" in a JUnit @BeforeClass method. If the check fails, Eclipse will skip the whole class as one would expect, but it seems Maven doesn't handle it the same way, and fails instead. Normally that trace was available, so the check was passing. Maybe

[linuxtools-dev] Gerrit: Error on FunkyTraceTest

2014-02-28 Thread Xavier Raynaud
Hi, I've push some patches on gerrit, and obtained some unexpected errors on absolutely something else: Tests in error: org.eclipse.linuxtools.tmf.core.tests.ctfadaptor.FunkyTraceTest: got: , expected: is org.eclipse.linuxtools.tmf.core.tests.ctfadaptor.FunkyTraceTest I know that Bernd