Skip to content

Uih, MacOs precision is worse #1927

Uih, MacOs precision is worse

Uih, MacOs precision is worse #1927

GitHub Actions / JUnit Test Report failed Aug 12, 2024 in 0s

37920 tests run, 37718 passed, 200 skipped, 2 failed.

Annotations

Check failure on line 389 in PluginPreferenceHighLevelTest

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

PluginPreferenceHighLevelTest.testUpdateOnlySelectedPlugin()

expected: <[baz_plugin, dummy_plugin]> but was: <[baz_plugin, dummy_plugin, irrelevant_plugin]>
Raw output
org.opentest4j.AssertionFailedError: expected: <[baz_plugin, dummy_plugin]> but was: <[baz_plugin, dummy_plugin, irrelevant_plugin]>
	at org.openstreetmap.josm.gui.preferences.plugin.PluginPreferenceHighLevelTest.testUpdateOnlySelectedPlugin(PluginPreferenceHighLevelTest.java:389)

Check failure on line 165 in PluginPreferenceHighLevelTest

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

PluginPreferenceHighLevelTest.testInstallWithoutUpdate()

Condition with Lambda expression in org.openstreetmap.josm.gui.preferences.plugin.PluginPreferenceHighLevelTest was not fulfilled within 2 seconds.
Raw output
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in org.openstreetmap.josm.gui.preferences.plugin.PluginPreferenceHighLevelTest was not fulfilled within 2 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
	at org.openstreetmap.josm.gui.preferences.plugin.PluginPreferenceHighLevelTest.testInstallWithoutUpdate(PluginPreferenceHighLevelTest.java:165)