Re: [Cppcms-users] tests failed: 21 - plugin_test (Failed)
Brought to you by:
artyom-beilis
|
From: Artyom B. <art...@gm...> - 2016-03-27 06:48:48
|
Thanks, it indeed looks like the issue that caused the test to fail in
some cases.
I'll fix it ASAP.
Artyom
On Fri, Mar 25, 2016 at 5:50 PM, Juergen Gleiss
<jue...@gm...> wrote:
> 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
|