summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-05 14:48:35 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-05 14:48:35 +0200
commitd311faff9dfc7b2465e90b87f6e65d643d720e49 (patch)
treef8c4e0e43bade13d2c926ec64857cc6e2b5fa5eb
parentafc0cd9458470f6c709d1337ca93bbd80d98ef0a (diff)
test/ps: more asserts
-rw-r--r--test/path-search.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/path-search.cpp b/test/path-search.cpp
index ecd631e4..fc815ddd 100644
--- a/test/path-search.cpp
+++ b/test/path-search.cpp
@@ -186,6 +186,9 @@ void test_bbox()
fm_assert( check_W(search, {}, {K+2, K }, s01 ));
fm_assert( check_N(search, {}, {K, K+2}, s10 ));
fm_assert( check_W(search, {}, {K, K+2}, s01 ));
+
+ fm_assert( check_N(search, {}, {K+2, K+2 }, s00 ));
+ fm_assert( check_W(search, {}, {K+2, K+2 }, s00 ));
}
}