Skip to content

Commit d5fb544

Browse files
committed
Fix file picker not listing files on Linux and delete test which no longer works
1 parent 41c7a50 commit d5fb544

File tree

2 files changed

+1
-59
lines changed

2 files changed

+1
-59
lines changed

src/morphmodels/app/beauti/BeautiMorphModelAlignmentProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class BeautiMorphModelAlignmentProvider extends BeautiAlignmentProvider {
2929

3030
@Override
3131
public List<BEASTInterface> getAlignments(BeautiDoc doc) {
32-
String[] exts = { ".nex", ".nxs", ".nexus" };
32+
String[] exts = { "nex", "nxs", "nexus" };
3333
File [] files = FXUtils.getLoadFiles("Load Alignment File",
3434
new File(ProgramStatus.g_sDir), "Alignment files", exts);
3535

src/test/beast/app/beauti/BeautiMorphModelAlignmentProviderTest.java

-58
This file was deleted.

0 commit comments

Comments
 (0)