merge remaining todo entries into TODO file, drop completed

This commit is contained in:
George Danchev
2011-07-19 17:02:09 +00:00
parent 14a1af33f9
commit 434fe78ee7
2 changed files with 12 additions and 115 deletions

View File

@ -1,10 +1,16 @@
* Try to convert most examples from xorriso(1) manpage into tests.
* Manpage examples turned into tests
Convert most examples from xorriso(1) manpage into tests.
* Merge 'merge_into_isocontent' into 'auto_isocontent' (former hardlinks)
* Enhance 'auto_isocontent'
Extend it to use some more demanding directory tree.
MD5s should be checked. ACLs and xattr (if we are on Linux).
All file types as of stat(2) should be tested.
Test various comparisons:
xorriso provides built-in means for comparison:
xorriso -compare_r disk_path iso_rr_path
xorriso -indev my.iso -find / vs. find input_dir
bsdtar -xf my.iso vs. input_dir
* Burning tests - maybe a new 'manual_burning' test?
Further if we want to have a burn test (with MD5 and checkreading)
@ -12,7 +18,7 @@
it should not risk to burn one-time media which sit in the drive
by mere accident.
* Investigate the possibility to write some cunit-based tests
(http://cunit.sourceforge.net) for both xorriso.h and libisoburn.h API's.
The code samples could be dumped into codesamples/ directory and run by
auto_cxx or separate auto_ script.
* Library unit tests - investigate the possibility to write some
cunit-based tests (http://cunit.sourceforge.net) for both
xorriso.h and libisoburn.h API's. The code samples could be put into
codesamples/ directory and run by auto_cxx or a separate auto_ script.