﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12248	Unit test not working on openSUSE	stoecker	team	"Since the beginning I couldn't get the unit tests for ant working. I thought that's my old installation, but now I was forced to get a new one and it still does not work. So somehere is an issue and I fail to find the reason.

My setup:
- openSUSE Leap 42.1
- ant-1.9.4-8.2.noarch
- ant-junit-1.9.4-8.3.noarch
- junit-4.11-5.11.noarch
- java-1_8_0-openjdk-devel-1.8.0.60-4.11.x86_64

As far as I see all the new style tests fail and the old style succeed. But the installed versions should support new style. There isn't much output telling me any reasons WHY it fails, so I'd like to hear any ideas which can help me debug this issue.

If it's an openSUSE packaging issue I can fix this for next release, but first I need to find the reason.

{{{
...
    [junit] Running org.openstreetmap.josm.data.osm.RelationTest
    [junit] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] TEST org.openstreetmap.josm.data.osm.RelationTest FAILED
    [junit] Running org.openstreetmap.josm.data.osm.SimplePrimitiveIdTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
    [junit] Running org.openstreetmap.josm.data.osm.WaySegmentTest
    [junit] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] TEST org.openstreetmap.josm.data.osm.WaySegmentTest FAILED
...
}}}
"	defect	closed	minor		Core		othersoftware	junit linux opensuse	
