summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-02-25 14:40:42 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-02-25 14:40:42 (GMT)
commit755928a3b45d4abb62a758e215263e950b1bed41 (patch)
tree708b161720a1403210afbdf13ad78ab6720bc196 /tests
parent8928e37c8b1b375e74c5981915c034123de11b3d (diff)
parent7045ac94cd029fbcd3585e980f00fdf5a54750c3 (diff)
downloadQt-755928a3b45d4abb62a758e215263e950b1bed41.zip
Qt-755928a3b45d4abb62a758e215263e950b1bed41.tar.gz
Qt-755928a3b45d4abb62a758e215263e950b1bed41.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: Rebuild configure.exe Make the Direct Show media service compile with a Qt namespace. Make the Direct Show media service compile with mingw. QT7; Fix warnings. Qt namespace fixes. Fixed QTMoview object leak. QMediaContent: Add a convenience method to retrieve the QNetworkRequest. Use the monitor color space for video output. Test for the existance of the Windows Media SDK in configure. Try to start media playback on all load state changes. Remove all uses of __uuidof from the Direct Show media service. QT7; Add support for setting cookies when loading a movie.
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qmediacontent/tst_qmediacontent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qmediacontent/tst_qmediacontent.cpp b/tests/auto/qmediacontent/tst_qmediacontent.cpp
index 8987241..a0a9bdb 100644
--- a/tests/auto/qmediacontent/tst_qmediacontent.cpp
+++ b/tests/auto/qmediacontent/tst_qmediacontent.cpp
@@ -85,6 +85,7 @@ void tst_QMediaContent::testRequestCtor()
QMediaContent media(request);
+ QCOMPARE(media.canonicalRequest(), request);
QCOMPARE(media.canonicalUrl(), QUrl("http://example.com/movie.mov"));
QCOMPARE(media.canonicalResource().request(), request);
QCOMPARE(media.canonicalResource().url(), QUrl("http://example.com/movie.mov"));