diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/wall-atlas2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wall-atlas2.cpp b/test/wall-atlas2.cpp index 4fcf57d1..c06bc496 100644 --- a/test/wall-atlas2.cpp +++ b/test/wall-atlas2.cpp @@ -21,6 +21,7 @@ void test_app::test_wall_atlas2() fm_assert(&a.calc_direction(W) == a.direction(N)); fm_assert(&a.calc_direction(N) == a.direction(N)); fm_assert(a.frames(N, Wall::Group_::wall).size() >= 3); + fm_assert(a.group(N, Wall::Group_::top)->is_defined); Debug{} << "test_wall2: end"; } |