Skip to content
Snippets Groups Projects
Commit 7e7069fb authored by Marco Biasini's avatar Marco Biasini
Browse files

update unit test

parent bb22522d
Branches
Tags
No related merge requests found
......@@ -139,8 +139,8 @@ BOOST_AUTO_TEST_CASE(calpha_only_import_on)
mol::EntityHandle ent=mol::CreateEntity();
reader.Import(ent);
PDB::PopFlags();
BOOST_CHECK_EQUAL(ent.GetResidueCount(), 1);
BOOST_CHECK_EQUAL(ent.GetAtomCount(), 1);
BOOST_CHECK_EQUAL(ent.GetResidueCount(), 2);
BOOST_CHECK_EQUAL(ent.GetAtomCount(), 2);
}
BOOST_AUTO_TEST_CASE(het_import)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment