~feng-kylin/unity8/fix-lp1413791

« back to all changes in this revision

Viewing changes to tests/qmltests/tst_Shell.qml

  • Committer: handsome_feng
  • Date: 2015-07-20 08:35:56 UTC
  • Revision ID: 445865575@qq.com-20150720083556-cq0n2ufm5kr5kgby
modified the test

Show diffs side-by-side

added added

removed removed

Lines of Context:
489
489
            tryCompare(ApplicationManager, "focusedApplicationId", "unity8-dash");
490
490
 
491
491
            compare(dashCommunicatorSpy.count, 1);
492
 
            compare(dashCommunicatorSpy.signalArguments[0][0], 0);
493
 
            compare(dashCommunicatorSpy.signalArguments[0][2], true)
494
492
        }
495
493
 
496
494
        function test_ClickUbuntuIconInLauncherTakesToAppsAndResetSearchString() {
507
505
            tryCompare(ApplicationManager, "focusedApplicationId", "unity8-dash");
508
506
 
509
507
            compare(dashCommunicatorSpy.count, 1);
510
 
            compare(dashCommunicatorSpy.signalArguments[0][0], 0);
511
 
            compare(dashCommunicatorSpy.signalArguments[0][2], true)
512
508
        }
513
509
 
514
510
        function test_suspend() {