Clarify TestFileManager naming and comments.
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 5 Aug 2012 05:54:09 +0000 (08:54 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Sun, 5 Aug 2012 18:24:08 +0000 (21:24 +0300)
commitb283a31408bea37ce0865841ec8b4a67b5c9d3cf
treea20a2d16f7ce74f55f7f1acb241a8ace25e5a91a
parent22e4c48936e394a12aa3f6dd21aaeb1b198e259c
Clarify TestFileManager naming and comments.

- Rename datapath.* to testfilemanger.*, since they now only declare
  that one class.
- Make functions that return input data paths have "Input" explicitly in
  their name to make it clear what data path they are returning.  Also
  remove redundant "Test" from the names and replace "Path" by
  "Directory" for the functions that deal with directories.
- Some Doxygen documentation updates.

Change-Id: If80b5d83d075f3ce29b7b40c0d17f319166332b8
src/gromacs/commandline/tests/cmdlinehelpwriter.cpp
src/gromacs/onlinehelp/tests/helpmanager.cpp
src/gromacs/options/tests/filenameoption.cpp
src/gromacs/selection/tests/selectioncollection.cpp
src/gromacs/selection/tests/selectionoption.cpp
src/gromacs/trajectoryanalysis/tests/moduletest.cpp
src/testutils/refdata.cpp
src/testutils/testfilemanager.cpp [moved from src/testutils/datapath.cpp with 82% similarity]
src/testutils/testfilemanager.h [moved from src/testutils/datapath.h with 81% similarity]
src/testutils/testoptions.cpp