Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
0.99
-
About the system settings:
>java -version
java version "1.8.0_281"
Java(TM) SE Runtime Environment (build 1.8.0_281-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mixed mode)
>mvn -version
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: C:\Portables\Maven\bin\..
Java version: 1.8.0_281, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_281\jre
Default locale: pt_BR, platform encoding: UTF-8
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"About the system settings: >java -version java version "1.8.0_281" Java(TM) SE Runtime Environment (build 1.8.0_281-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mixed mode) >mvn -version Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d) Maven home: C:\Portables\Maven\bin\.. Java version: 1.8.0_281, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_281\jre Default locale: pt_BR, platform encoding: UTF-8 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
Description
Trying to built app with "mvn clean install", in the middle of tests, the following error has appeared:
[INFO] — maven-surefire-plugin:3.0.0-M4:test (default-test) @ hop-core —
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
........
........
........
[INFO] Running org.apache.hop.core.svg.HopSvgGraphics2DTest
[ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.128 s <<< FAILURE! - in org.apache.hop.core.svg.HopSvgGraphics2DTest
[ERROR] org.apache.hop.core.svg.HopSvgGraphics2DTest.testNewDocumentXml Time elapsed: 0.118 s <<< FAILURE!
org.junit.ComparisonFailure:
expected:<...ww.w3.org/2000/svg">[
{{ <!-Generated by the Batik Graphics2D SVG Generator->}}
{{ <defs id="genericDefs"/>}}
{{ <g/>}}
</svg>]
> but was:<...ww.w3.org/2000/svg">[
{{ <!-Generated by the Batik Graphics2D SVG Generator->}}
{{ <defs id="genericDefs"/>}}
{{ <g/>}}
]/svg>
>
{{ at org.apache.hop.core.svg.HopSvgGraphics2DTest.testNewDocumentXml(HopSvgGraphics2DTest.java:50)}}[ERROR] org.apache.hop.core.svg.HopSvgGraphics2DTest.testNewDocumentSimpleXml Time elapsed: 0.005 s <<< FAILURE!
org.junit.ComparisonFailure:
expected:<...ww.w3.org/2000/svg">[
{{ <!-Generated by the Batik Graphics2D SVG Generator->}}
{{ <defs id="genericDefs"/>}}
{{ <g>}}
{{ <g>}}
{{ <circle fill="none" r="12.5" cx="62.5" cy="62.5"/>}}
{{ </g>}}
{{ </g>}}
</svg>]
> but was:<...ww.w3.org/2000/svg">[
{{ <!-Generated by the Batik Graphics2D SVG Generator->}}
{{ <defs id="genericDefs"/>}}
{{ <g>}}
{{ <g>}}
{{ <circle fill="none" r="12.5" cx="62.5" cy="62.5"/>}}
{{ </g>}}
{{ </g>}}
]/svg>
>
{{ at org.apache.hop.core.svg.HopSvgGraphics2DTest.testNewDocumentSimpleXml(HopSvgGraphics2DTest.java:59)}}
Attachments
Attachments
Issue Links
- links to