Skip to content

Commit dabffa7

Browse files
mhduiydeepin-bot[bot]
authored andcommitted
test: update test image path
abc-123.jpg is about to be deleted Log: as title
1 parent 125f12c commit dabffa7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/gtestview.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

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

tests/test_ffmpegvideothumbnailer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ TEST_F(ut_ffmpegvideothumbnailer, runFFmpegVideoThumbnailer)
3737
QImage image = runFFmpegVideoThumbnailer(QUrl());
3838
ASSERT_TRUE(image.isNull());
3939

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

0 commit comments

Comments
 (0)