From: Lars Date: Sun, 3 Aug 2014 23:31:42 +0000 (+0200) Subject: es compiliert, aber failed immernoch. :-( was ist da los??? X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=dee9ca6829885e9e49708a2271d3f6bec0ab2171;hp=c6a8d235b103195d3a2ccde17168d05409d7b485;p=meshlink es compiliert, aber failed immernoch. :-( was ist da los??? --- diff --git a/test/basicpp.cpp b/test/basicpp.cpp index d82610e3..3b8b77f7 100644 --- a/test/basicpp.cpp +++ b/test/basicpp.cpp @@ -8,7 +8,7 @@ using namespace std; int main(int argc, char *argv[]) { // Open a new meshlink instance. - meshlink::mesh *mesh = meshlink::open("basicpp_conf", "foo"); + meshlink::mesh *mesh = meshlink::open("basicpp_conf", "foo"); if(!mesh) { cerr << "Could not initialize configuration for foo\n"; return 1; @@ -48,7 +48,7 @@ int main(int argc, char *argv[]) { // Check that the name is ignored now, and that we still are "foo". - mesh = meshlink::open("basic_conf", "bar"); + mesh = meshlink::open("basic_conf", "bar"); if(!mesh) { cerr << "Could not open configuration for foo a second time\n"; return 1;