Skip to content

Add user information to image window and image info #152

Add user information to image window and image info

Add user information to image window and image info #152

GitHub Actions / JUnit Test Report failed Nov 6, 2023 in 0s

346 tests run, 343 passed, 0 skipped, 3 failed.

Annotations

Check failure on line 74 in josm/plugins/Mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/utils/api/JsonUserProfileDecoderTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

JsonUserProfileDecoderTest.testDecodeInvalidUserProfile()

expected: not <null>
Raw output
org.opentest4j.AssertionFailedError: expected: not <null>
	at org.openstreetmap.josm.plugins.mapillary.utils.api.JsonUserProfileDecoderTest.testDecodeInvalidUserProfile(JsonUserProfileDecoderTest.java:74)

Check failure on line 62 in josm/plugins/Mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/utils/api/JsonUserProfileDecoderTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

JsonUserProfileDecoderTest.testDecodeUserProfile2()

avatar not yet in response ==> expected: <null> but was: <javax.swing.ImageIcon@395e35f9>
Raw output
org.opentest4j.AssertionFailedError: avatar not yet in response ==> expected: <null> but was: <javax.swing.ImageIcon@395e35f9>
	at org.openstreetmap.josm.plugins.mapillary.utils.api.JsonUserProfileDecoderTest.testDecodeUserProfile2(JsonUserProfileDecoderTest.java:62)

Check failure on line 50 in josm/plugins/Mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/utils/api/JsonUserProfileDecoderTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

JsonUserProfileDecoderTest.testDecodeUserProfile()

avatar not yet in response ==> expected: <null> but was: <javax.swing.ImageIcon@395e35f9>
Raw output
org.opentest4j.AssertionFailedError: avatar not yet in response ==> expected: <null> but was: <javax.swing.ImageIcon@395e35f9>
	at org.openstreetmap.josm.plugins.mapillary.utils.api.JsonUserProfileDecoderTest.testDecodeUserProfile(JsonUserProfileDecoderTest.java:50)