D19099: Add a test for ffmpeg extractor

2019-02-19 Thread Alexander Stippich
This revision was automatically updated to reflect the committed changes. astippich marked an inline comment as done. Closed by commit R286:f4c72f517911: Add a test for ffmpeg extractor (authored by astippich). REPOSITORY R286 KFileMetaData CHANGES SINCE LAST UPDATE https://phabricator.kde.o

D19099: Add a test for ffmpeg extractor

2019-02-18 Thread Stefan Brüns
bruns accepted this revision. This revision is now accepted and ready to land. REPOSITORY R286 KFileMetaData BRANCH ffmpeg_tests REVISION DETAIL https://phabricator.kde.org/D19099 To: astippich, bruns, ngraham, mgallien Cc: kde-frameworks-devel, #baloo, ashaposhnikov, michaelh, astippich,

D19099: Add a test for ffmpeg extractor

2019-02-18 Thread Alexander Stippich
astippich marked an inline comment as done. astippich added inline comments. INLINE COMMENTS > bruns wrote in ffmpegextractortest.cpp:45 > I find it somewhat difficult to grasp `Title` is > KFileMetaData::Property::Title. > You can use something like: > > namespace KFMProp = KFileMetaData::P

D19099: Add a test for ffmpeg extractor

2019-02-18 Thread Alexander Stippich
astippich updated this revision to Diff 51990. astippich added a comment. - emphasize test properties REPOSITORY R286 KFileMetaData CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D19099?vs=51915&id=51990 BRANCH ffmpeg_tests REVISION DETAIL https://phabricator.kde.org/D19099

D19099: Add a test for ffmpeg extractor

2019-02-17 Thread Stefan Brüns
bruns added inline comments. INLINE COMMENTS > ffmpegextractortest.cpp:45 > + > +QCOMPARE(result.properties().value(Title).toString(), > QStringLiteral("Title")); > +QCOMPARE(result.properties().value(Copyright).toString(), > QStringLiteral("Copyright")); I find it somewhat difficult t

D19099: Add a test for ffmpeg extractor

2019-02-17 Thread Alexander Stippich
astippich added a dependent revision: D19100: Cleanup ffmpeg extractor. REPOSITORY R286 KFileMetaData REVISION DETAIL https://phabricator.kde.org/D19099 To: astippich, bruns, ngraham, mgallien Cc: kde-frameworks-devel, #baloo, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns, abr

D19099: Add a test for ffmpeg extractor

2019-02-17 Thread Alexander Stippich
astippich created this revision. astippich added reviewers: bruns, ngraham, mgallien. Herald added projects: Frameworks, Baloo. Herald added subscribers: Baloo, kde-frameworks-devel. astippich requested review of this revision. REVISION SUMMARY Test the ffmpegextractor using a test file. The f