Commit
bd1b0e5606a performed a mass rename where some of the test files
lost track of their input files.
"docs 1");
prm.leave_subsection ();
- prm.read_input("prm");
+ prm.read_input(SOURCE_DIR "/prm/parameter_handler_6_bool.prm");
// now set the parameter to a different
// value
prm.leave_subsection ();
// read from XML
- std::ifstream in ("prm");
+ std::ifstream in (SOURCE_DIR "/prm/parameter_handler_read_xml_error_01.prm");
bool result = prm.read_input_from_xml (in);
Assert (result == false, ExcInternalError());
prm.leave_subsection ();
// read from XML
- std::ifstream in ("prm");
+ std::ifstream in (SOURCE_DIR "/prm/parameter_handler_read_xml_error_02.prm");
bool result = prm.read_input_from_xml (in);
AssertThrow (result == false, ExcInternalError());
prm.leave_subsection ();
// read from XML
- std::ifstream in ("prm");
+ std::ifstream in (SOURCE_DIR "/prm/parameter_handler_read_xml_error_03.prm");
bool result = prm.read_input_from_xml (in);
AssertThrow (result == false, ExcInternalError());
prm.leave_subsection ();
// read from XML
- std::ifstream in ("prm");
+ std::ifstream in (SOURCE_DIR "/prm/parameter_handler_read_xml_error_04.prm");
bool result = prm.read_input_from_xml (in);
AssertThrow (result == false, ExcInternalError());
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams