Gather issue related tests at the bottom

Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/64d820bf
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/64d820bf
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/64d820bf

Branch: refs/heads/master
Commit: 64d820bffae723b9c8669301b246ae199db61b5c
Parents: bdb0746
Author: Benedikt Ritter <brit...@apache.org>
Authored: Mon Sep 19 10:46:52 2016 +0200
Committer: Benedikt Ritter <brit...@apache.org>
Committed: Mon Sep 19 10:46:52 2016 +0200

----------------------------------------------------------------------
 .../commons/lang3/time/FastDateFormatTest.java    | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/64d820bf/src/test/java/org/apache/commons/lang3/time/FastDateFormatTest.java
----------------------------------------------------------------------
diff --git 
a/src/test/java/org/apache/commons/lang3/time/FastDateFormatTest.java 
b/src/test/java/org/apache/commons/lang3/time/FastDateFormatTest.java
index 912cbe9..a4619dc 100644
--- a/src/test/java/org/apache/commons/lang3/time/FastDateFormatTest.java
+++ b/src/test/java/org/apache/commons/lang3/time/FastDateFormatTest.java
@@ -221,15 +221,6 @@ public class FastDateFormatTest {
                 FastDateFormat.getDateTimeInstance(FastDateFormat.LONG, 
FastDateFormat.MEDIUM, TimeZone.getDefault(), Locale.getDefault()));
     }
 
-    /**
-     * According to LANG-954 (https://issues.apache.org/jira/browse/LANG-954) 
this is broken in Android 2.1.
-     */
-    @Test
-    public void testLang954() {
-        final String pattern = "yyyy-MM-dd'T'";
-        FastDateFormat.getInstance(pattern);
-    }
-
     @Test
     public void testParseSync() throws InterruptedException {
         final String pattern = "yyyy-MM-dd'T'HH:mm:ss.SSS";
@@ -309,6 +300,15 @@ public class FastDateFormatTest {
         return totalElapsed;
     }
 
+    /**
+     * According to LANG-954 (https://issues.apache.org/jira/browse/LANG-954) 
this is broken in Android 2.1.
+     */
+    @Test
+    public void testLANG_954() {
+        final String pattern = "yyyy-MM-dd'T'";
+        FastDateFormat.getInstance(pattern);
+    }
+
     @Test
     public void testLANG_1152() {
         TimeZone utc = TimeZone.getTimeZone("UTC");

Reply via email to