~mterry/unity8/oobe-revert-geonames

« back to all changes in this revision

Viewing changes to tests/qmltests/Dash/tst_DashBar.qml

  • Committer: Michał Sawicz
  • Date: 2013-12-17 16:04:47 UTC
  • mto: This revision was merged to the branch mainline in revision 600.
  • Revision ID: michal.sawicz@canonical.com-20131217160447-d1inqe0kmfgse2b8
Introduce a qml directory, move all QML, JS and assets, under it, adapt the rest to match.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
import QtTest 1.0
19
19
import Unity 0.1
20
20
import ".."
21
 
import "../../../Dash"
 
21
import "../../../qml/Dash"
22
22
import Ubuntu.Components 0.1
23
23
import Unity.Test 0.1 as UT
24
24