Re: [Mixxx-devel] Cover art test (Was: release progress)

2015-05-25 Thread Sébastien Blaisot
Oh, and there is a typo in jpeg test cover file. It's actually cover_test.jpg instead of cover-test.jpg S.B. Le 25/05/2015 21:04, Sébastien Blaisot a écrit : Ok, Got It. on one hand : const QString kCoverLocationTest("/src/test/id3-test-data/cover-test.jpg"); [...] QImage img = QImage(kC

[Mixxx-devel] Cover art test (Was: release progress)

2015-05-25 Thread Sébastien Blaisot
Ok, Got It. on one hand : const QString kCoverLocationTest("/src/test/id3-test-data/cover-test.jpg"); [...] QImage img = QImage(kCoverLocationTest); fails to load the image because of the absolute /src path on the other hand : info.coverLocation = "../../../" % kCoverLocationTest; [...] res

Re: [Mixxx-devel] RE : Re: release progress

2015-05-25 Thread Sébastien Blaisot
Hi, I think that cover art unit tests are not working as expected. This line from coverartcache_test.cpp : https://github.com/mixxxdj/mixxx/blob/master/src/test/coverartcache_test.cpp#L32 produces this output during test : CoverArtUtils::loadCover FILE cover does not exist: "../../..//src/tes