You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by il...@apache.org on 2014/04/01 16:18:34 UTC

[07/51] [abbrv] git commit: Removing unnecessary Locale settings (types are smarter now)

Removing unnecessary Locale settings (types are smarter now)


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/d12ab652
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/d12ab652
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/d12ab652

Branch: refs/heads/master
Commit: d12ab65270c795b1e1b65a2d7dc43a836c806e33
Parents: 3e53ac5
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Mar 26 18:18:15 2014 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Mar 26 18:18:15 2014 +0100

----------------------------------------------------------------------
 .../java/org/apache/olingo/client/core/AbstractTest.java     | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/d12ab652/lib/client-core/src/test/java/org/apache/olingo/client/core/AbstractTest.java
----------------------------------------------------------------------
diff --git a/lib/client-core/src/test/java/org/apache/olingo/client/core/AbstractTest.java b/lib/client-core/src/test/java/org/apache/olingo/client/core/AbstractTest.java
index b579962..473b25e 100644
--- a/lib/client-core/src/test/java/org/apache/olingo/client/core/AbstractTest.java
+++ b/lib/client-core/src/test/java/org/apache/olingo/client/core/AbstractTest.java
@@ -43,14 +43,6 @@ public abstract class AbstractTest {
     XMLUnit.setCompareUnmatched(false);
   }
 
-  /**
-   * This is needed for correct number handling (Double, for example).
-   */
-  @BeforeClass
-  public static void setEnglishLocale() {
-    Locale.setDefault(Locale.ENGLISH);
-  }
-
   @BeforeClass
   public static void setClientInstances() {
     v3Client = ODataClientFactory.getV3();