Skip java-api-generator tests when running on windows-type OS 84/95684/4
authorOleksii Mozghovyi <oleksii.mozghovyi@pantheon.tech>
Tue, 6 Apr 2021 20:06:27 +0000 (23:06 +0300)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 9 Apr 2021 06:45:31 +0000 (08:45 +0200)
commitc7a253cf0d7514b7665553709dc42b9ae522b4e9
treef8e198565c9cb2dc54f29a5ea62553a3dddb0f43
parent0b09a18a1e1d1182da6b2e7b03a36307cbe2c9c7
Skip java-api-generator tests when running on windows-type OS

Xtend code generation uses the "line.separator" system property to
generate proper line endings, and there is no possibility to override
this setting w/o modifying the system property. This change disables
some tests to avoid misleading failures when running those on the
windows type os.

Change-Id: I8c9b2776d45a149debe3948ef0d2ce8a682c79d6
Signed-off-by: Oleksii Mozghovyi <oleksii.mozghovyi@pantheon.tech>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-java-api-generator/src/test/java/org/opendaylight/mdsal/binding/java/api/generator/BuilderGeneratorTest.java
binding/mdsal-binding-java-api-generator/src/test/java/org/opendaylight/mdsal/binding/java/api/generator/test/Bug5151Test.java