~ubuntu-branches/ubuntu/trusty/freeimage/trusty-proposed

« back to all changes in this revision

Viewing changes to TestAPI/MainTestSuite.cpp

  • Committer: Package Import Robot
  • Author(s): Scott Howard
  • Date: 2014-01-13 21:57:45 UTC
  • mfrom: (8.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140113215745-3y21c8ro0ih30hfg
Tags: 3.15.4-1
* QA Upload
* New upstream minor release 
  - Includes fix to build on !linux (Closes: #650485)
* Refreshed patches (line endings had to change)
  - Remove document-mode.patch (accepted upstream)
* Lintian fixes: S-V 3.9.5, DM-Upload-Allowed removed
* Remove document-mode.patch (accepted upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
        // test Exif raw metadata loading & saving
96
96
        testExifRaw();
97
97
 
 
98
        // test thumbnail functions
 
99
        testThumbnail("exif.jpg", 0);
 
100
 
98
101
#if defined(FREEIMAGE_LIB) || !defined(WIN32)
99
102
        FreeImage_DeInitialise();
100
103
#endif