~pete-woods/hud/tweak-search-parameters

« back to all changes in this revision

Viewing changes to tests/unit/service/TestItemStore.cpp

  • Committer: Pete Woods
  • Date: 2014-02-28 12:47:38 UTC
  • Revision ID: pete.woods@canonical.com-20140228124738-s486rsopr6aellud
Strengthen (still failing) item store test

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
        QMenu root;
223
223
 
224
224
        QMenu file("File");
 
225
        file.addAction("Banana");
 
226
        file.addAction("Save All");
 
227
        file.addAction("Save");
225
228
        file.addAction("Save As...");
226
 
        file.addAction("Save");
 
229
        file.addAction("Apple");
227
230
        root.addMenu(&file);
228
231
 
229
232
        store->indexMenu(&root);