X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Futil%2FFileUtilsTest.java;h=35853b0945e55c1c8ad257011fd9585ac84d3b65;hb=e93bc0a7b2def06392a2f6b0f563c1e07fb917a1;hp=79c703fac289ca319c64cb36d6a2fe9582afbacb;hpb=82927e58aa86abee1ab11da889cabbebb18e90ad;p=jalview.git diff --git a/test/jalview/util/FileUtilsTest.java b/test/jalview/util/FileUtilsTest.java index 79c703f..35853b0 100644 --- a/test/jalview/util/FileUtilsTest.java +++ b/test/jalview/util/FileUtilsTest.java @@ -114,9 +114,9 @@ public class FileUtilsTest return new Object[][] { // -1=startsWith, 0=equals, 1=endsWith { "~/hello/sailor", -1, homeDir, "sailor", "~" }, // { "~/hello/sailor", 1, "/hello", "sailor", "~" }, // - { "./examples/uniref50.fa", -1, "/", "uniref50", null }, // - { "./examples/uniref50.fa", 1, "/examples", "uniref50", null }, // - { "examples/uniref50.fa", 1, "/examples", "uniref50", null }, // + { "./examples/uniref50.fa", -1, "/", "uniref50", "." }, // + { "./examples/uniref50.fa", 1, "/examples", "uniref50", "." }, // + { "examples/uniref50.fa", 1, "/examples", "uniref50", ".fa" }, // }; } }