~online-accounts/libaccounts-qt/trunk

« back to all changes in this revision

Viewing changes to tests/accountstest.cpp

  • Committer: Tarmac
  • Author(s): Alberto Mardegan
  • Date: 2013-10-16 05:07:35 UTC
  • mfrom: (132.1.2 packaging)
  • Revision ID: tarmac-20131016050735-3j6no1qsfi4pnee8
New upstream release.

Approved by PS Jenkins bot, Ken VanDine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
    QCOMPARE(provider.description(), QString("fast & furious"));
211
211
    QCOMPARE(provider.trCatalog(), QString("accounts"));
212
212
    QCOMPARE(provider.pluginName(), QString("generic-oauth"));
 
213
    QCOMPARE(provider.isSingleAccount(), true);
213
214
 
214
215
    QDomDocument dom = provider.domDocument();
215
216
    QDomElement root = dom.documentElement();