[Cppcms-users] tests failed: 21 - plugin_test (Failed)
Brought to you by:
artyom-beilis
|
From: Juergen G. <jue...@gm...> - 2016-03-25 14:50:54
|
Hi,
I've just upgraded my cppcms version to trunk (Rev. 2411), The test
plugin_test failed. I think I've found the error:
Index: src/plugin.cpp
===================================================================
--- src/plugin.cpp (Revision 2411)
+++ src/plugin.cpp (Arbeitskopie)
@@ -239,7 +239,7 @@
path = so_name;
else
path = path + "/" + so_name;
- if(obj->open(so_name,dlflags))
+ if(obj->open(path,dlflags))
break;
}
if(!obj->is_open()) {
Thanks for your work
Jürgen
|