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

unit test tweaks

parent 18c9f1a0
No related branches found
No related tags found
No related merge requests found
...@@ -279,7 +279,8 @@ BOOST_AUTO_TEST_CASE(test_glob) ...@@ -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=N?1", 1, 1, 1);
ensure_counts(e, "rname=ARG and aname=NH?", 1, 1, 2); 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=\"*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() 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