Improve OpenFileError so that it doesn't say "opening for read"
authorCarl Hetherington <cth@carlh.net>
Sun, 29 Sep 2019 21:28:57 +0000 (23:28 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 8 Oct 2019 18:16:13 +0000 (20:16 +0200)
commit93e89bd463bd51de6823a6796288f6283f885b06
tree9dd40b4023688b5624d2688eb16c23adb92b337e
parent7ba1a973a8d06df646961c11dc34f73bd7141834
Improve OpenFileError so that it doesn't say "opening for read"
in one case where it should say "opening for read/write".

Also add some unit tests for ReelWriter.
12 files changed:
src/lib/exceptions.cc
src/lib/exceptions.h
src/lib/ffmpeg.cc
src/lib/ffmpeg_image_proxy.cc
src/lib/file_group.cc
src/lib/reel_writer.cc
src/lib/reel_writer.h
src/lib/util.cc
src/lib/writer.cc
src/wx/config_dialog.cc
test/reel_writer_test.cc [new file with mode: 0644]
test/wscript