test-data cleanup
Status: Pre-Alpha
Brought to you by:
mark_lentczner
Now that all test-data is under the root directory (where it
belongs), and is mounted at /test-data, several clean-ups are
possible:
1) the configuration entries to specify the location of the various
test pieces can be replaced with a single entry for the test-data
directory.
2) tests which mount their data don't have to anymore, they can
just use /test-data
3) test that require test-data can SKIP() if /test-data isn't there (if
they rely on the mount) or if the test-data-path config value isn't
there (if they need access to the raw files)