~ubuntu-branches/ubuntu/trusty/gwenview/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/auto/semanticinfobackendtest.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-04-10 21:36:29 UTC
  • mfrom: (1.1.45)
  • Revision ID: package-import@ubuntu.com-20140410213629-56hf3ir5cohvyxp5
Tags: 4:4.13.0-0ubuntu1
New upstream KDE Software Compilation release

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
    mBackEnd->storeSemanticInfo(url, semanticInfo);
108
108
}
109
109
 
 
110
#if 0
 
111
// Disabled because Baloo does not work like Nepomuk: it does not create tags
 
112
// independently of files.
110
113
void SemanticInfoBackEndTest::testTagForLabel()
111
114
{
112
115
    QSignalSpy spy(mBackEnd, SIGNAL(tagAdded(SemanticInfoTag,QString)));
129
132
    QString label2 = mBackEnd->labelForTag(tag2);
130
133
    QCOMPARE(label, label2);
131
134
}
 
135
#endif
132
136
 
133
137
} // namespace