Skip to content

Commit

Permalink
Update test submmodule and enable additional test in layout_test
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jan 21, 2019
1 parent 4b821b2 commit aec992e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion test
2 changes: 0 additions & 2 deletions unittest/layout_test.cc
Expand Up @@ -163,7 +163,6 @@ class LayoutTest : public testing::Test {

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

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

0 comments on commit aec992e

Please sign in to comment.