We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a08c14 commit 0b359d2Copy full SHA for 0b359d2
2 files changed
app/src/androidTest/java/at/tomtasche/reader/test/MainActivityTests.java
@@ -143,7 +143,7 @@ public static void cleanupTestFiles() {
143
}
144
145
@Test
146
- public void testXODT() {
+ public void testODT() {
147
File testFile = s_testFiles.get("test.odt");
148
Assert.assertNotNull(testFile);
149
Context appCtx = InstrumentationRegistry.getInstrumentation().getTargetContext();
app/src/main/java/at/tomtasche/reader/background/CoreWrapper.java
@@ -49,6 +49,7 @@ public static void initialize(Context context) {
49
public static class CoreOptions {
50
public boolean ooxml;
51
public boolean txt;
52
+ // TODO: remove
53
public boolean pdf;
54
55
public boolean editable;
0 commit comments