Fixed renaming in test

This commit is contained in:
Barend Gehrels 2014-03-30 15:17:07 +02:00
parent 2521ce2193
commit ea4408dbdb

View File

@ -265,7 +265,7 @@ void test_all()
test_geometry<polygon>("dz_2", dz_2[0], 0, 0);
test_geometry<polygon>("dz_3", dz_3[0], 0, 0);
test_geometry<polygon>("dz_4", dz_4[0], 0, 0);
test_geometry<polygon>("geos_1_test_overlay", geos_1_test_overlay[0], 0, 0);
test_geometry<polygon>("geos_1", geos_1[0], 0, 0);
test_geometry<polygon>("geos_2", geos_2[0], 0, 0);
test_geometry<polygon>("geos_3", geos_3[0], 0, 0);
test_geometry<polygon>("geos_4", geos_4[0], 0, 0);