From: Guus Sliepen Date: Wed, 28 Oct 2015 21:06:52 +0000 (+0100) Subject: Fix the basicpp test. X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=252c9cab3fea05aebb42a1751d5565748b869cb2 Fix the basicpp test. --- 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";