tests: use eldbus in dbus test naming instead of enlightenment

Summary:
these tests are for eldbus; enlightenment has its own dbus namespace and
should not be mentioned here to avoid confusion
Depends on D6202

Reviewers: stefan_schmidt, cedric

Reviewed By: cedric

Subscribers: cedric, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6203
This commit is contained in:
Mike Blumenkrantz 2018-05-29 13:25:26 +02:00 committed by Stefan Schmidt
parent 3804ccd0e1
commit 7c777ef053
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
#include <Eldbus.h>
#define FAKE_SERVER_BUS "org.Enlightenment.Test"
#define FAKE_SERVER_PATH "/org/enlightenment"
#define FAKE_SERVER_INTERFACE "org.enlightenment.FakeServer"
#define FAKE_SERVER_BUS "org.Eldbus.Test"
#define FAKE_SERVER_PATH "/org/eldbus"
#define FAKE_SERVER_INTERFACE "org.Eldbus.FakeServer"
#define FAKE_SERVER_READONLY_PROPERTY "r"
#define FAKE_SERVER_WRITEONLY_PROPERTY "w"
#define FAKE_SERVER_READWRITE_PROPERTY "rw"