Skip to content

Commit 9b6abe2

Browse files
committed
fix edit test
1 parent 8317516 commit 9b6abe2

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\":{\"3\":\"This is a simple test document to demonstrate the DocumentLoadewwwwr example!\"}}";
90+
String htmlDiff = "{\"modifiedText\":{\"/column:2/column:0\":\"This is a simple testooo 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)