Skip to content

Commit 0b359d2

Browse files
committed
cleanup
1 parent 9a08c14 commit 0b359d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/androidTest/java/at/tomtasche/reader/test/MainActivityTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public static void cleanupTestFiles() {
143143
}
144144

145145
@Test
146-
public void testXODT() {
146+
public void testODT() {
147147
File testFile = s_testFiles.get("test.odt");
148148
Assert.assertNotNull(testFile);
149149
Context appCtx = InstrumentationRegistry.getInstrumentation().getTargetContext();

app/src/main/java/at/tomtasche/reader/background/CoreWrapper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public static void initialize(Context context) {
4949
public static class CoreOptions {
5050
public boolean ooxml;
5151
public boolean txt;
52+
// TODO: remove
5253
public boolean pdf;
5354

5455
public boolean editable;

0 commit comments

Comments
 (0)