From 00de4660a75a9d89c98778cf84f94075b7eef0b9 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 2 Jan 2019 20:48:34 +0100 Subject: WKT CONCATENATEDOPERATION parsing: allow CONVERSION steps and reverse operations when neededs (fixes #1197) --- test/unit/test_factory.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/unit/test_factory.cpp') diff --git a/test/unit/test_factory.cpp b/test/unit/test_factory.cpp index fd09ba34..deff6b63 100644 --- a/test/unit/test_factory.cpp +++ b/test/unit/test_factory.cpp @@ -1102,7 +1102,8 @@ TEST(factory, AuthorityFactory_build_all_concatenated) { // the issue with 7987 is the chaining of two conversions "7987"})) { EXPECT_THROW(factory->createCoordinateOperation(code, false), - FactoryException); + FactoryException) + << code; } else { factory->createCoordinateOperation(code, false); } -- cgit v1.2.3