Skip to content

Commit 36cb224

Browse files
committed
test: empty polyhedral surface
1 parent 59ec47f commit 36cb224

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/geometries/polyhedral_surface.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ int test_main(int, char* [])
6060
// clear polyhedral surface
6161
bg::clear(polyhedral1);
6262
BOOST_CHECK_EQUAL(boost::size(polyhedral1), 0);
63+
// Test that the polyhedral surface is empty
64+
BOOST_CHECK(boost::empty(polyhedral1));
6365

6466
// read/write polyhedral surface wkt
6567
polyhedral_t polyhedral2;

0 commit comments

Comments
 (0)