mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
[test][io] Change expected wkt_exception message.
This commit is contained in:
parent
9e3fcdb8f9
commit
0fa5d42eb6
@ -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 ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user