Skip to content

Commit aec992e

Browse files
committed
Update test submmodule and enable additional test in layout_test
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 4b821b2 commit aec992e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

unittest/layout_test.cc

-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ class LayoutTest : public testing::Test {
163163

164164
// Tests that Tesseract gets the important blocks and in the right order
165165
// on a UNLV page numbered 8087_054.3B.tif. (Dubrovnik)
166-
#if 0 // TODO: Get missing image needed for this test.
167166
TEST_F(LayoutTest, UNLV8087_054) {
168167
SetImage("8087_054.3B.tif", "eng");
169168
// Just run recognition.
@@ -173,7 +172,6 @@ TEST_F(LayoutTest, UNLV8087_054) {
173172
VerifyBlockTextOrder(kStrings8087_054, kBlocks8087_054, it);
174173
delete it;
175174
}
176-
#endif
177175

178176
// Tests that Tesseract gets the important blocks and in the right order
179177
// on GOOGLE:13510798882202548:74:84.sj-79.tif (Hebrew image)

0 commit comments

Comments
 (0)