Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Bug 387278 - Tests failing due to incorrect timestamp

If you do "git log ." in
eclipse.platform.releng/bundles/org.eclipse.releng.tests directory,
you'll see that last commit in this project (bd7a0d33) is from May 28.
As far as I can tell, Tycho generates correct bundle version qualifier
and the problem is with the test that expects another version.

--
Regards,
Igor

On 12-08-15 9:04 AM, Thanh Ha wrote:
Hi Everyone,

I've been trying to run the junit tests for the latest CBI platform
build but having trouble with 2 of the tests at the moment.

- relEng
- teamcvs

The problem seems to be that the jar we produce in junit-tests testRepo
for the tests appear to have a different timestamp then what the junit
test is expecting. For example with org.eclipse.releng.tests the junit
test is looking for *org.eclipse.releng.tests_3.2.200.v20120528-1717*
however we are producing this jar instead
*org.eclipse.releng.tests_3.2.200.201207101240.jar*.

I created Bug 387278 to track this issue [1]. Is this something we need
to fix in the pom?


Thanh

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=387278


_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev



Back to the top