aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/test_factory.cpp')
-rw-r--r--test/unit/test_factory.cpp3
1 files changed, 2 insertions, 1 deletions
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);
}