~fboucault/gallery-app/fix_exif_orientation

« back to all changes in this revision

Viewing changes to tests/unittests/mediaobjectfactory/tst_mediaobjectfactory.cpp

  • Committer: Florian Boucault
  • Date: 2016-01-13 19:01:42 UTC
  • mfrom: (1198.1.63 gallery-app)
  • Revision ID: florian.boucault@canonical.com-20160113190142-s69aunxt1ujoukks
Merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
245
245
    QCOMPARE(video->id(), id);
246
246
    QCOMPARE(video->path().toLocalFile(), filename);
247
247
    QCOMPARE(video->size(), size);
248
 
 
249
 
    exposureTime.setTimeSpec(Qt::UTC);
250
 
    QCOMPARE(video->exposureDateTime(), exposureTime.toLocalTime());
 
248
    QCOMPARE(video->exposureDateTime(), exposureTime);
251
249
}
252
250
 
253
251
MediaSource* tst_MediaObjectFactory::wait_for_media()