From f3d2508ee752b11e9cd24e5390ccc7f762df0c99 Mon Sep 17 00:00:00 2001 From: gmungoc Date: Fri, 30 Mar 2018 09:24:56 +0100 Subject: [PATCH] JAL-2599 corrected test file name in unit test --- examples/{uniref50_hmm => uniref50.hmm} | 0 test/jalview/io/FormatAdapterTest.java | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/{uniref50_hmm => uniref50.hmm} (100%) diff --git a/examples/uniref50_hmm b/examples/uniref50.hmm similarity index 100% rename from examples/uniref50_hmm rename to examples/uniref50.hmm diff --git a/test/jalview/io/FormatAdapterTest.java b/test/jalview/io/FormatAdapterTest.java index 0d0b5c8..3812a09 100644 --- a/test/jalview/io/FormatAdapterTest.java +++ b/test/jalview/io/FormatAdapterTest.java @@ -59,7 +59,7 @@ public class FormatAdapterTest AlignmentI al; if (format == FileFormat.HMMER3) { - al = new FormatAdapter().readFile("examples/uniref50_hmm.hmm", + al = new FormatAdapter().readFile("examples/uniref50.hmm", DataSourceType.FILE, FileFormat.HMMER3); } else -- 1.7.10.2