Skip to content

Commit 221bc31

Browse files
committed
Merge branch 'add-password-protected-tests' of github.com:opendocument-app/OpenDocument.droid into add-password-protected-tests
2 parents 1897b41 + 4177524 commit 221bc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public void test() {
9090
String htmlDiff = "{\"modifiedText\":{\"3\":\"This is a simple test document to demonstrate the DocumentLoadewwwwr example!\"}}";
9191

9292
CoreWrapper.CoreResult result = CoreWrapper.backtranslate(coreOptions, htmlDiff);
93-
Assert.assertEquals(0, coreResult.errorCode);
93+
Assert.assertEquals(0, result.errorCode);
9494
}
9595

9696
@Test

0 commit comments

Comments
 (0)