[test][io] Change expected wkt_exception message.

This commit is contained in:
Adam Wulkiewicz 2017-01-04 16:44:00 +01:00
parent 9e3fcdb8f9
commit 0fa5d42eb6

View File

@ -240,7 +240,7 @@ void test_all()
",((2 2,2 3,3 3,3 2,2 2))", "bad lexical cast");
test_wrong_wkt<bg::model::box<P> >("BOX(1 1,2 2,3 3)", "box should have 2");
test_wrong_wkt<bg::model::box<P> >("BOX(1 1,2 2) )", "too much tokens");
test_wrong_wkt<bg::model::box<P> >("BOX(1 1,2 2) )", "too many tokens");
if ( BOOST_GEOMETRY_CONDITION(boost::is_floating_point<T>::type::value
|| ! boost::is_fundamental<T>::type::value ) )