From 7e7069fb1cea6ddfe2359ee66baf20119cb3c928 Mon Sep 17 00:00:00 2001 From: Marco Biasini <marco.biasini@unibas.ch> Date: Tue, 16 Nov 2010 18:04:38 +0100 Subject: [PATCH] update unit test --- modules/io/tests/test_io_pdb.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/io/tests/test_io_pdb.cc b/modules/io/tests/test_io_pdb.cc index 1d0299fd0..5f8f65981 100644 --- a/modules/io/tests/test_io_pdb.cc +++ b/modules/io/tests/test_io_pdb.cc @@ -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) -- GitLab