git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db80eb8
)
JAL-3141 fixed test
author
Ben Soares
<bsoares@dundee.ac.uk>
Mon, 28 Jan 2019 10:06:11 +0000
(10:06 +0000)
committer
Ben Soares
<bsoares@dundee.ac.uk>
Mon, 28 Jan 2019 10:06:11 +0000
(10:06 +0000)
test/jalview/io/BackupFilesTest.java
patch
|
blob
|
history
diff --git
a/test/jalview/io/BackupFilesTest.java
b/test/jalview/io/BackupFilesTest.java
index
86322b8
..
723279d
100644
(file)
--- a/
test/jalview/io/BackupFilesTest.java
+++ b/
test/jalview/io/BackupFilesTest.java
@@
-361,7
+361,7
@@
public class BackupFilesTest
return false;
}
// check the filename -- although this uses the same code to forumulate the filename so not much of a test!
- String filename = BackupFilenameFilter.getBackupFilename(i,
+ String filename = BackupFilenameParts.getBackupFilename(i,
newBasename + testExt, suffix, digits);
if (!filename.equals(f.getName()))
{