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:
328b86d
)
JAL-1448 updated unit test for last change
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Mon, 29 Aug 2016 09:23:59 +0000
(10:23 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Mon, 29 Aug 2016 09:23:59 +0000
(10:23 +0100)
test/jalview/bin/CacheTest.java
patch
|
blob
|
history
diff --git
a/test/jalview/bin/CacheTest.java
b/test/jalview/bin/CacheTest.java
index
ac58aa9
..
a37370f
100644
(file)
--- a/
test/jalview/bin/CacheTest.java
+++ b/
test/jalview/bin/CacheTest.java
@@
-42,7
+42,7
@@
public class CacheTest
// currently using Locale.UK to format dates:
assertEquals(
formattedDate2,
- SimpleDateFormat.getDateTimeInstance(SimpleDateFormat.LONG,
- SimpleDateFormat.LONG, Locale.UK).format(now));
+ SimpleDateFormat.getDateTimeInstance(SimpleDateFormat.MEDIUM,
+ SimpleDateFormat.MEDIUM, Locale.UK).format(now));
}
}