From be5778fa90586abd431fc02375870d71d2e3ba78 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 2 Jan 2019 11:29:36 +0100 Subject: Typo fixes --- test/unit/test_factory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/test_factory.cpp') 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 } -- cgit v1.2.3