From ad666cfa61c4d32ddc270d061bda207cdd96d570 Mon Sep 17 00:00:00 2001 From: James Procter Date: Tue, 18 Jul 2023 20:51:21 +0100 Subject: [PATCH] JAL-4153 comments re patch incorrectly committed under JAL-4513 --- test/jalview/io/cache/JvCacheableInputBoxTest.java | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.7.10.2