Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Apr 13, 2020
1 parent 9597205 commit 53b1915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/apps/TileTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ void checkFile(int i, int j, int lines, double xoff = 0, double yoff = 0)
double x, y, z;

in >> x >> c >> y >> c >> z;
std::cerr << "X/Y = " << x << "/" << y << "!\n";
EXPECT_GE(x, xoff + (i * 10));
EXPECT_LT(x, xoff + ((i + 1) * 10));
EXPECT_GE(y, yoff + (j * 10));
Expand Down

0 comments on commit 53b1915

Please sign in to comment.