[Libreoffice-commits] core.git: qadevOOo/tests
Stephan Bergmann
sbergman at redhat.com
Mon Feb 1 10:24:11 UTC 2016
qadevOOo/tests/java/ifc/i18n/_XCalendar.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 513d5c5781ec14f8512432f31290a3d54c8d57df
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Feb 1 11:20:38 2016 +0100
Don't silently suppress calling loadDefaultCalendar
Change-Id: I0335f42ca5bc3110a819fb2aee44f571dcf1d61c
diff --git a/qadevOOo/tests/java/ifc/i18n/_XCalendar.java b/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
index 129339b..2aaeb92 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
@@ -80,11 +80,11 @@ public class _XCalendar extends MultiMethodTest {
installed_locales = locData.getAllInstalledLocaleNames();
calendars = new String[installed_locales.length][];
count = new int[installed_locales.length];
- oObj.loadDefaultCalendar(installed_locales[0]);
} catch (com.sun.star.uno.Exception e) {
}
+ oObj.loadDefaultCalendar(installed_locales[0]);
aOriginalDTime = oObj.getDateTime();
debug = tParam.getBool("DebugIsActive");
}
More information about the Libreoffice-commits
mailing list