[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdeui/tests
From:       Aurélien Gâteau <agateau () kde ! org>
Date:       2010-08-06 21:54:31
Message-ID: 20100806215431.13394AC7CA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1160059 by gateau:

Avoid failing the video mime-type fallback test if video-mp4.png exists

 M  +1 -1      kiconloader_unittest.cpp  


--- trunk/KDE/kdelibs/kdeui/tests/kiconloader_unittest.cpp #1160058:1160059
@@ -150,7 +150,7 @@
         // Test this again, because now we won't go into the "fast path" of \
                loadMimeTypeIcon anymore.
         QTest::newRow("existing icon again") << "text-plain" << "text-plain.png";
         QTest::newRow("generic fallback") << "image-foo-bar" << \
                "image-x-generic.png";
-        QTest::newRow("video generic fallback") << "video-mp4" << \
"video-x-generic.png"; +        QTest::newRow("video generic fallback") << \
                "video-foo-bar" << "video-x-generic.png";
         QTest::newRow("image-x-generic itself") << "image-x-generic" << \
                "image-x-generic.png";
         QTest::newRow("x-office-document icon") << "x-office-document" << \
                "x-office-document.png";
         QTest::newRow("unavailable generic icon") << "application/x-font-vfont" << \
"application-octet-stream.png";


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic