~canonical-platform-qa/unity8/click_item_with_swipe

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/fake_scopesoverview.cpp

  • Committer: CI Train Bot
  • Author(s): Albert Astals
  • Date: 2014-12-16 11:03:22 UTC
  • mfrom: (1515.1.1 ellideManageDash)
  • Revision ID: ci-train-bot@canonical.com-20141216110322-xko539t010yazolf
Manage Dash: Ellide properly
 
Approved by: Pawel Stolowski

Show diffs side-by-side

added added

removed removed

Lines of Context:
305
305
        case RoleTitle:
306
306
            return scope ? scope->name() : QString("Title.%1.%2").arg(categoryId()).arg(index.row());
307
307
        case RoleSubtitle:
308
 
            return scope && scope->name() == "Videos" ? "tube, movies, cinema" : QString();
 
308
            return scope && scope->name() == "Videos this is long ab cd ef gh ij kl" ? "tube, movies, cinema, pictures, art, moving images, magic in a box" : QString();
309
309
        case RoleArt:
310
310
            return qmlDirectory() + "graphics/applicationIcons/dash.png";
311
311
        case RoleMascot: