summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java b/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java
index 8f454c7a2e75..2664c0422241 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java
@@ -163,19 +163,6 @@ public class _XExtendedIndexEntrySupplier extends MultiMethodTest {
res &= localres;
}
-
-/* log.println("\tTrying to load 'dummy' algorithm");
-
- boolean localres = !oObj.loadAlgorithm(locales[i], "dummy",
- CollatorOptions.CollatorOptions_IGNORE_WIDTH);
-
- if (!localres) {
- log.println("\t ... didn't work as expected - FAILED");
- } else {
- log.println("\t ... worked - OK");
- }
-
- res &= localres;*/
}
tRes.tested("loadAlgorithm()", res);