Skip to content

Commit 79f24bd

Browse files
committed
fix test
1 parent 4e948b5 commit 79f24bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void test() {
8787
File resultFile = new File(cacheDir, "result");
8888
coreOptions.outputPath = resultFile.getPath();
8989

90-
String htmlDiff = "{\"modifiedText\":{\"/column:2/column:0\":\"This is a simple testooo document to demonstrate the DocumentLoader example!\"}}";
90+
String htmlDiff = "{\"modifiedText\":{\"/child:1/child:0\":\"This is a simple testoooo document to demonstrate the DocumentLoader example!\",\"/child:3/child:0\":\"This is a simple testaaaa document to demonstrate the DocumentLoader example!\"}}";
9191

9292
CoreWrapper.CoreResult result = CoreWrapper.backtranslate(coreOptions, htmlDiff);
9393
Assert.assertEquals(0, result.errorCode);

0 commit comments

Comments
 (0)