Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/gtestview.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#define JPEG1 "/usr/share/uosbrowser/product_logo_32.png"
#define GIF2 "/usr/share/deepin-app-store/web_dist/en-AU/assets/images/loading2.gif"
#define JPEGPATH "/usr/share/wallpapers/deepin/abc-123.jpg"
#define JPEGPATH "/usr/share/wallpapers/deepin/desktop.jpg"
#define SVGPATH "/usr/share/deepin-image-viewer/icons/logo/deepin-image-viewer.svg"
#define DDSPATH "/data/home/lmh/0916/tu/DDS.dds"

Expand Down
2 changes: 1 addition & 1 deletion tests/test_ffmpegvideothumbnailer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ TEST_F(ut_ffmpegvideothumbnailer, runFFmpegVideoThumbnailer)
QImage image = runFFmpegVideoThumbnailer(QUrl());
ASSERT_TRUE(image.isNull());

QString localFile("/usr/share/wallpapers/deepin/abc-123.jpg");
QString localFile("/usr/share/wallpapers/deepin/desktop.jpg");
image = runFFmpegVideoThumbnailer(QUrl::fromLocalFile(localFile));
bool exceptExists = QFile::exists(localFile) && foundLib;
ASSERT_EQ(exceptExists, !image.isNull());
Expand Down
Loading