From: James Procter Date: Tue, 18 Jul 2023 19:51:21 +0000 (+0100) Subject: JAL-4153 comments re patch incorrectly committed under JAL-4513 X-Git-Tag: Release_2_11_4_0~227 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=ad666cfa61c4d32ddc270d061bda207cdd96d570;p=jalview.git JAL-4153 comments re patch incorrectly committed under JAL-4513 --- diff --git a/test/jalview/io/cache/JvCacheableInputBoxTest.java b/test/jalview/io/cache/JvCacheableInputBoxTest.java index 3e0aa36..288444e 100644 --- a/test/jalview/io/cache/JvCacheableInputBoxTest.java +++ b/test/jalview/io/cache/JvCacheableInputBoxTest.java @@ -57,6 +57,7 @@ public class JvCacheableInputBoxTest try { + // fix for JAL-4153 // This delay is essential to prevent the assertion below from executing // before swing thread finishes updating the combo-box SwingUtilities.invokeAndWait(() -> { @@ -86,6 +87,7 @@ public class JvCacheableInputBoxTest try { + // fix for JAL-4153 // This delay is to let cacheBox.updateCache() finish updating the cache SwingUtilities.invokeAndWait(() -> { try