From c8816bfc97b7c17b0fe58d88545aa40d24dade4a Mon Sep 17 00:00:00 2001 From: Dennis Hendriks Date: Sun, 13 Aug 2023 17:39:55 +0200 Subject: [PATCH] Make sure the test is a test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Christoph Läubrich --- .../tycho/test/p2Repository/DownloadVerifyNoDigestAlgo.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/b/tycho-its/src/test/java/org/eclipse/tycho/test/p2Repository/DownloadVerifyNoDigestAlgo.java b/b/tycho-its/src/test/java/org/eclipse/tycho/test/p2Repository/DownloadVerifyNoDigestAlgo.java index 8cb857f536..d469347161 100644 --- a/b/tycho-its/src/test/java/org/eclipse/tycho/test/p2Repository/DownloadVerifyNoDigestAlgo.java +++ b/b/tycho-its/src/test/java/org/eclipse/tycho/test/p2Repository/DownloadVerifyNoDigestAlgo.java @@ -19,7 +19,8 @@ import org.eclipse.tycho.test.AbstractTychoIntegrationTest; import org.junit.Assert; -public class DownloadVerifyNoDigestAlgo extends AbstractTychoIntegrationTest throws IOException { +public class DownloadVerifyNoDigestAlgoTest extends AbstractTychoIntegrationTest throws IOException { + @Test public void test() throws Exception { Verifier verifier = getVerifier("p2Repository.downloadVerifyNoDigestAlgo", false);