summaryrefslogtreecommitdiff
path: root/src/test/java/sevenUnitsGUI/I18nTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/sevenUnitsGUI/I18nTest.java')
-rw-r--r--src/test/java/sevenUnitsGUI/I18nTest.java7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/test/java/sevenUnitsGUI/I18nTest.java b/src/test/java/sevenUnitsGUI/I18nTest.java
index 2875db6..1513373 100644
--- a/src/test/java/sevenUnitsGUI/I18nTest.java
+++ b/src/test/java/sevenUnitsGUI/I18nTest.java
@@ -20,12 +20,17 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
import org.junit.jupiter.api.Test;
+/**
+ * Tests for the internationalization system.
+ *
+ * @since v1.0.0
+ */
class I18nTest {
/**
* Tests that the default locale exists.
*
- * Currently this test fails.
+ * @since v1.0.0
*/
@Test
void testDefaultLocale() {