~josharenson/unity8/qa_helpers

« back to all changes in this revision

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

  • Committer: Josh Arenson
  • Date: 2015-05-12 00:00:50 UTC
  • mfrom: (1757.1.15 unity8)
  • Revision ID: joshua.arenson@canonical.com-20150512000050-mt2cbx3a7p039zfw
Resolved merge conflicts

[ Albert Astals Cid ]
* Make runtests fake a test error if make fails
* Make the test more stable
* Use dbus-test-runner instead of dbus-launch
* DirectionalDragArea: improvements & API grooming (LP: #1417920)
* Fix EdgeDragEvaluator when a drag can happen both ways
  (Direction.Horizontal)
[ Josh Arenson ]
* Remove panelHeight property as it is unused.
[ Leo Arias ]
* Initial clean up of the autopilot tests set up. Removed the touch
  device from the test case. Moved the restart of unity to a fixture.
  Removed the unused DragMixin. Updated the setUpClass to use
  process_helpers. Removed the workaround for bug #1238417, already
  fixed. Use the toolkit helper to set the testability environment
  variable. Fixed the indicators base class that was restarting unity
  twice. (LP: #1238417, #1447206)
* Use the base class from the toolkit in autopilot tests.
[ Michael Zanetti ]
* emit application-stop when we're going down (LP: #1326513)
[ Michał Sawicz ]
* UNITY_SCOPES_LIST is no more
[ handsome_feng<445865575@qq.com> ]
* When click the favorite scope in Dash Manager , it just return to
  the corresponding scope page. (LP: #1447056)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
import "tst_DragHandle"
20
20
import Ubuntu.Components 0.1
21
21
import Ubuntu.Gestures 0.1
 
22
import Unity.Test 0.1
22
23
 
23
24
/*
24
25
  Two blue fullscreen Showables (a vertical and a horizontal one) with red handles you
33
34
    width: units.gu(70)
34
35
    height: units.gu(70)
35
36
 
 
37
    Binding {
 
38
        target: MouseTouchAdaptor
 
39
        property: "enabled"
 
40
        value: true
 
41
    }
 
42
 
36
43
    property var dragHandle
37
44
 
38
45
    property bool stretch: false