Skip to content
Snippets Groups Projects
Commit d0d84227 authored by Ansgar Philippsen's avatar Ansgar Philippsen
Browse files

unit test tweaks

parent 489b6a40
No related branches found
No related tags found
No related merge requests found
......@@ -17,3 +17,6 @@ set(OST_MOL_BASE_UNIT_TESTS
ost_unittest(mol "${OST_MOL_BASE_UNIT_TESTS}")
# for valgrind debugging
# executable(NAME test_query_standalone SOURCES test_query_standalone.cc DEPENDS_ON mol)
......@@ -279,7 +279,8 @@ BOOST_AUTO_TEST_CASE(test_glob)
ensure_counts(e, "rname=ARG and aname=N?1", 1, 1, 1);
ensure_counts(e, "rname=ARG and aname=NH?", 1, 1, 2);
ensure_counts(e, "rname=ARG and aname=\"*2\"", 1, 1, 1);
//ensure_counts(e, "rname=ARG and aname=N?", 1, 1, 1);
ensure_counts(e, "rname=ARG and aname=N?", 1, 1, 1);
ensure_counts(e, "rname=LEU and aname=\"?D?\"", 1, 1, 2);
}
BOOST_AUTO_TEST_SUITE_END()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment