~phablet-team/address-book-service/rtm-14.09

« back to all changes in this revision

Viewing changes to tests/unittest/base-client-test.cpp

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2014-03-05 18:43:32 UTC
  • mto: (101.2.2 work)
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: renato.filho@canonical.com-20140305184332-m28sa2ooa8bs5y8y
Implemented tests for qtcontacts plugin.
Implemented support to query for eds addressbook as contact group.
Fixed crash on service exit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include "dummy-backend-defs.h"
22
22
 
23
23
#include "common/dbus-service-defs.h"
 
24
#include "common/source.h"
24
25
#include "lib/qindividual.h"
25
 
#include "lib/source.h"
26
26
 
27
27
#include <QtCore/QDebug>
28
28
#include <QtTest/QTest>