~ci-train-bot/qtubuntu-media/qtubuntu-media-ubuntu-xenial-landing-035

« back to all changes in this revision

Viewing changes to tests/integration/uris/uris.pro

  • Committer: CI Train Bot
  • Author(s): Jim Hodapp
  • Date: 2016-02-22 19:00:08 UTC
  • mfrom: (100.1.7 qtubuntu-media)
  • Revision ID: ci-train-bot@canonical.com-20160222190008-am4pm7lwh6fynnnw
URI encode the URI that we call setMedia() on or add to the playlist Fixes: #1449790
Approved by: Alfonso Sanchez-Beato

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include(../../coverage.pri)
 
2
 
 
3
CONFIG += testcase
 
4
QMAKE_CXXFLAGS += -std=c++11
 
5
DEFINES += QT_NO_KEYWORDS
 
6
TARGET = tst_uris
 
7
 
 
8
QT += core multimedia testlib
 
9
 
 
10
QT_TESTCASE_BUILDDIR = .
 
11
 
 
12
INCLUDEPATH += ../../src/aal \
 
13
    /usr/include/qt5/QtMultimedia \
 
14
 
 
15
HEADERS += \
 
16
    tst_mediauris.h
 
17
 
 
18
SOURCES += \
 
19
    tst_mediauris.cpp \
 
20
    ../../../src/aal/aalutility.cpp
 
21
 
 
22
# media-hub is required to be running for these tests
 
23
#system(/sbin/stop media-hub; /sbin/start media-hub)