summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-02-27 13:06:40 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-02-27 13:06:40 (GMT)
commit9a83cfb179f98824f024193afafff6c4a767f45e (patch)
tree24fab037a403b8d2d19b046b4f71354a9c96fb43 /tests
parent6396e7a15079cb157caef319348a0bcd0b95a6a7 (diff)
parentebcb027f9211de8dbd64fba46c3b3fca3494a0fc (diff)
downloadQt-9a83cfb179f98824f024193afafff6c4a767f45e.zip
Qt-9a83cfb179f98824f024193afafff6c4a767f45e.tar.gz
Qt-9a83cfb179f98824f024193afafff6c4a767f45e.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"));