Skip to content

Commit a28c5c3

Browse files
authored
change https test image url (#7873)
1 parent a3d9fc0 commit a28c5c3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/io/loadImage/src/main.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ class ofApp: public ofxUnitTestsApp{
99
ofxTest(img.load("indispensable.jpg"), "load from fs");
1010
ofxTest(img.load(ofToDataPath("indispensable.jpg", true)), "load from fs");
1111
ofxTest(img.load("http://openframeworks.cc/about/0.jpg"), "load from http");
12-
ofxTest(img.load("https://forum.openframeworks.cc/user_avatar/forum.openframeworks.cc/arturo/45/3965_1.png"), "load from https");
12+
// ofxTest(img.load("https://forum.openframeworks.cc/user_avatar/forum.openframeworks.cc/arturo/45/3965_1.png"), "load from https");
13+
// ar 48240 / th 144000 / dm 58289
14+
ofxTest(img.load("https://avatars.githubusercontent.com/u/48240?v=4"), "load from https");
15+
1316
}
1417
};
1518

0 commit comments

Comments
 (0)