]> git.meshlink.io Git - meshlink/commitdiff
Fix the basicpp test.
authorGuus Sliepen <guus@meshlink.io>
Wed, 28 Oct 2015 21:06:52 +0000 (22:06 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sun, 25 Jun 2017 08:24:51 +0000 (10:24 +0200)
test/basicpp.cpp

index 3a0c75ac016fd4db7a5bf25a26c93b55be0e4246..c52e2ddbb3014827108b302330ddbdcfc5a11aff 100644 (file)
@@ -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";