From 252c9cab3fea05aebb42a1751d5565748b869cb2 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Wed, 28 Oct 2015 22:06:52 +0100 Subject: [PATCH] Fix the basicpp test. --- test/basicpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/basicpp.cpp b/test/basicpp.cpp index 3a0c75ac..c52e2ddb 100644 --- a/test/basicpp.cpp +++ b/test/basicpp.cpp @@ -47,7 +47,7 @@ int main(int argc, char *argv[]) { // Check that the name is ignored now, and that we still are "foo". - mesh.open("basic_conf", "bar", "basicpp", DEV_CLASS_BACKBONE); + mesh.open("basicpp_conf", "bar", "basicpp", DEV_CLASS_BACKBONE); if(mesh.get_node("bar")) { cerr << "Foo knows about bar, it shouldn't\n"; -- 2.39.2