Details
-
Test
-
Status: Resolved
-
Trivial
-
Resolution: Duplicate
-
1.9.2
-
macOS 10.14.6
Description
When building Nifi it fais a test in the nifi-media-processors component:
[*ERROR*] testExtractPNG(org.apache.nifi.processors.image.ExtractImageMetadataTest) Time elapsed: 0.014 s <<< FAILURE!
org.junit.ComparisonFailure: expected:<0[.]455> but was:<0[,]455>
at org.apache.nifi.processors.image.ExtractImageMetadataTest.testExtractPNG(ExtractImageMetadataTest.java:96)
It's trivial to fix, just make English the primary language, but perhaps the test can be more robust.
Attachments
Issue Links
- duplicates
-
NIFI-6529 Fix tests that fail when user.langage and user.region are not set to "en" and "US" respectively
- Resolved