JAL-1448 updated unit test for last change
[jalview.git] / test / jalview / bin / CacheTest.java
index ac58aa9..a37370f 100644 (file)
@@ -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));
   }
 }