Skip to content

Commit

Permalink
Show locale
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Dec 15, 2015
1 parent da3690b commit bfdb70c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/test/java/net/sf/jabref/logic/l10n/LocalizationTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package net.sf.jabref.logic.l10n;

import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;

import java.util.Locale;
Expand All @@ -8,6 +10,11 @@

public class LocalizationTest {

@BeforeClass @AfterClass
public static void loadTranslationDefaultLocale() {
System.out.println(Locale.getDefault());
}

@Test
public void testSetKnownLanguage() {
Locale before = Locale.getDefault();
Expand Down

0 comments on commit bfdb70c

Please sign in to comment.