2011-06-28 17:33:08 +00:00
|
|
|
|
2011-07-19 17:02:09 +00:00
|
|
|
* Manpage examples turned into tests
|
|
|
|
Convert most examples from xorriso(1) manpage into tests.
|
2011-07-18 14:32:53 +00:00
|
|
|
|
2011-07-19 17:02:09 +00:00
|
|
|
* Enhance 'auto_isocontent'
|
2011-07-02 15:28:37 +00:00
|
|
|
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.
|
2011-07-19 17:02:09 +00:00
|
|
|
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
|
2011-07-07 07:56:44 +00:00
|
|
|
|
2011-08-03 14:06:28 +00:00
|
|
|
* Test for wrong CD sizes would need a new test and probably an
|
|
|
|
automatic CD changer.
|
|
|
|
|
2011-07-18 12:31:23 +00:00
|
|
|
* Burning tests - maybe a new 'manual_burning' test?
|
2011-07-11 19:01:23 +00:00
|
|
|
Further if we want to have a burn test (with MD5 and checkreading)
|
|
|
|
then we will need configuration means to enable this. By default
|
|
|
|
it should not risk to burn one-time media which sit in the drive
|
|
|
|
by mere accident.
|
2011-07-18 07:43:40 +00:00
|
|
|
|
2011-07-19 17:02:09 +00:00
|
|
|
* 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.
|