~mzanetti/unity8/fix-1648251

« back to all changes in this revision

Viewing changes to tests/qmltests/Components/tst_Carousel.qml

  • Committer: Michael Zanetti
  • Date: 2016-10-13 11:02:11 UTC
  • mfrom: (2525.1.132 unity8)
  • Revision ID: michael.zanetti@canonical.com-20161013110211-tj2gly2dxaqj5t2e
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
 
269
269
        function test_activate() {
270
270
            var carouselList = findChild(carousel, "listView");
271
 
            tryCompareFunction(function() { return findChild(carouselList, "carouselDelegate3") ? true : false; }, true);
272
271
            var carouselItem = findChild(carousel, "carouselDelegate3")
273
272
            verify(carouselItem, "Could not find delegate");
274
273