~mbranton/libopenshot/alpha-channel-fix

« back to all changes in this revision

Viewing changes to tests/ImageWriter_Tests.cpp

  • Committer: Jonathan Thomas
  • Date: 2016-09-08 07:33:24 UTC
  • Revision ID: jonathan@openshot.org-20160908073324-65qzdcd014mgs3ug
Adding additional logging to unittests, to help find an issue on certain systems

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#ifdef USE_IMAGEMAGICK
36
36
TEST(ImageWriter_Test_Gif)
37
37
{
 
38
    cout << "ImageWriter_Test_Gif" << endl;
38
39
        // Reader
39
40
        stringstream path;
40
41
        path << TEST_MEDIA_PATH << "sintel_trailer-720p.mp4";