Have you tried to write tests to D-Bus?
We had try to write eldbus tests but it was not running and to fix we
would need to make some changes on E test server(that I don't have
access to do), so we had comment the tests and stopped to write more
tests.
Instead I had write a userfull module to E using this utility, to test it.

Sorry for any inconvenience

On Tue, Nov 4, 2014 at 8:45 PM, Mike Blumenkrantz
<[email protected]> wrote:
> discomfitor pushed a commit to branch master.
>
> http://git.enlightenment.org/core/efl.git/commit/?id=80076bffb91b09690067af6def78756f2ab9d95a
>
> commit 80076bffb91b09690067af6def78756f2ab9d95a
> Author: zmike <[email protected]>
> Date:   Tue Nov 4 17:40:59 2014 -0500
>
>     eldbus-codegen now outputs compileable code for complex method signatures
>
>     it would be an understatement to say that I am disappointed by the 
> original author's decision to write zero tests for this utility.
> ---
>  src/bin/eldbus/source_client.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/bin/eldbus/source_client.c b/src/bin/eldbus/source_client.c
> index af21c29..b31c68a 100644
> --- a/src/bin/eldbus/source_client.c
> +++ b/src/bin/eldbus/source_client.c
> @@ -103,7 +103,7 @@ source_client_complex_method_call_generate(const 
> DBus_Method *method, Eina_Strbu
>          eina_strbuf_append_printf(c_code, "        ERR(\"Error: Filling 
> message from eina value.\");\n");
>          eina_strbuf_append_printf(c_code, "        return;\n");
>          eina_strbuf_append_printf(c_code, "     }\n");
> -        eina_strbuf_append_printf(c_code, "   eldbus_proxy_send(proxy, msg, 
> %s, NULL, NULL, -1);\n", method->cb_name);
> +        eina_strbuf_append_printf(c_code, "   eldbus_proxy_send(proxy, msg, 
> NULL, NULL, -1);\n");
>          eina_strbuf_append_printf(c_code, "}\n");
>          goto end;
>       }
>
> --
>
>

------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to