20 <<
" Test statement: " << test <<
'\n' 21 <<
" Ref. statement: " << ref <<
'\n';
31 "integer,Event integer , Time numeric) "};
32 std::string const ref{
"CREATE TABLE TimeEvent(Run integer,SubRun " 33 "integer,Event integer,Time numeric)"};
34 normalize_then_compare(
test, ref);
38 std::cerr << e.what() <<
'\n';
42 std::cerr <<
"Caught unknown exception.\n";
void normalize_statement(std::string &to_replace)
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
cet::coded_exception< error, detail::translate > exception