Extend TestFileManager
authorMark Abraham <mark.j.abraham@gmail.com>
Mon, 27 Jan 2014 19:43:04 +0000 (20:43 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 18 Feb 2014 14:12:05 +0000 (15:12 +0100)
commit501f7c95736dc745502b65d08ac33f498ffa82a4
tree58086d15a3ad7805881aac8d17930a187bb6150c
parentc6c09ba49c401bacfa1f816818f6ada094bdd408
Extend TestFileManager

A test fixture may wish to change the output temporary directory, and
should be able to do so without perturbing the global state from which
the test TestFileManager object is initialized.

The only client of this feature (the setup code) is updated
accordingly.

Minor fixes to existing documentation.

Change-Id: I7ba7a82964c05f12de107710655b6320d42ae99c
src/testutils/testfilemanager.cpp
src/testutils/testfilemanager.h
src/testutils/testoptions.cpp