~ubuntu-branches/ubuntu/quantal/akonadi/quantal

« back to all changes in this revision

Viewing changes to server/tests/unittest/scopetest.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-07-09 12:09:55 UTC
  • mfrom: (1.1.36)
  • Revision ID: package-import@ubuntu.com-20120709120955-cvb1n863nouela0c
Tags: 1.7.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
class ScopeTest : public QObject
32
32
{
33
33
  Q_OBJECT
34
 
  private slots:
 
34
  private Q_SLOTS:
35
35
    void testUidSet()
36
36
    {
37
37
      Scope scope( Scope::Uid );