From 66b2c1936857bd862412d5d9ed73fc505ffa802a Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Sat, 9 Jan 2021 21:42:56 +0100 Subject: [PATCH] Fix broken "issue12394" test-case This test-case is currently broken, with the reference image being completely empty, since it uses the old "annotationStorage" format in the manifest. --- test/test_manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/test_manifest.json b/test/test_manifest.json index 8841fba2e..f6745241e 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -4419,7 +4419,9 @@ "type": "eq", "print": "true", "annotationStorage": { - "35R": "收文" + "35R": { + "value": "收文" + } } }, { "id": "issue4883",