3 template <
int dim,
typename T>
9 std::cout <<
"\nTesting 'get_subsection_entry_list'... " << std::endl;
13 inputFileReader input_file_reader(
"parameters_test.in",variable_attributes);
14 std::vector<std::string> list_of_entries;
15 list_of_entries = input_file_reader.
get_subsection_entry_list(
"input_file_parser_test_file.txt",
"Equation",
"Variable type",
"SCALAR");
17 if (list_of_entries.size() != 3){
21 pass = (boost::iequals(list_of_entries[0],
"SCALAR")
22 && boost::iequals(list_of_entries[1],
"VECTOR")
23 && boost::iequals(list_of_entries[2],
"SCALAR") );
26 sprintf (buffer,
"Test result for 'get_subsection_entry_list': %u\n", pass);
bool test_get_subsection_entry_list()