aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_factory.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-01-02 11:29:36 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-01-02 11:29:36 +0100
commitbe5778fa90586abd431fc02375870d71d2e3ba78 (patch)
treea8b51f31a6161b0ccf6e3075fc32235b466a675e /test/unit/test_factory.cpp
parentd8d96cecce9c4ee3136e63e32d2ce952fa2ede56 (diff)
downloadPROJ-be5778fa90586abd431fc02375870d71d2e3ba78.tar.gz
PROJ-be5778fa90586abd431fc02375870d71d2e3ba78.zip
Typo fixes
Diffstat (limited to 'test/unit/test_factory.cpp')
-rw-r--r--test/unit/test_factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_factory.cpp b/test/unit/test_factory.cpp
index 0a812ac6..fd09ba34 100644
--- a/test/unit/test_factory.cpp
+++ b/test/unit/test_factory.cpp
@@ -64,7 +64,7 @@ TEST(factory, databasecontext_create) {
DatabaseContext::create();
#ifndef _WIN32
// For some reason, no exception is thrown on AppVeyor Windows
- EXPECT_THROW(DatabaseContext::create("/i/dont/exist"), FactoryException);
+ EXPECT_THROW(DatabaseContext::create("/i/do_not/exist"), FactoryException);
#endif
}