[Evolution] Questions about EDS logic and test status



Hi, all

 

I want to ask two questions, everyone who know it, can you help to answer it? thanksJ

 

1.       For EDS(evolution data server)’s AddressBook/calendar part,

When I go through the code, e.g. add contacts, it will call dbus to handle, such as:

  g_dbus_proxy_call (G_DBUS_PROXY (proxy),

                     "addContact",

                     _params,

                     G_DBUS_CALL_FLAGS_NONE,

                     -1,

                     cancellable,

                     callback,

                     user_data);

 

here, what’s role of dbus/proxy during contact adding? Supply a unify API to security certificate and protect data store?

Little docs/materials I found from web about EDS.

 

2.       EDS upstream testing status

How about EDS upstream testing status? I only get unit test in EDS source code, but it looks like far from enough, and some unit test fail to pass.

If have comprehensive EDS testing, what’s the test method(from API or others)? What’s feature coverage? Where can we get the test data?

 

Thanks

cici



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]