From 933de25a17cf72728e70933d26e25c6a16c84f57 Mon Sep 17 00:00:00 2001 From: marco <marco@5a81b35b-ba03-0410-adc8-b2c5c5119f08> Date: Tue, 6 Apr 2010 19:46:03 +0000 Subject: [PATCH] fix unit test git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1934 5a81b35b-ba03-0410-adc8-b2c5c5119f08 --- modules/io/tests/test_io_pdb.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/io/tests/test_io_pdb.cc b/modules/io/tests/test_io_pdb.cc index 44b7f3db4..7aa38875c 100644 --- a/modules/io/tests/test_io_pdb.cc +++ b/modules/io/tests/test_io_pdb.cc @@ -72,7 +72,7 @@ BOOST_AUTO_TEST_CASE(join_spread_records_off) PDBReader reader(fname); mol::EntityHandle ent=mol::CreateEntity(); reader.Import(ent); - BOOST_CHECK_EQUAL(ent.GetResidueCount(), 2); + BOOST_CHECK_EQUAL(ent.GetResidueCount(), 3); mol::ResidueHandle res1=ent.FindResidue("A", mol::ResNum(1)); BOOST_CHECK(res1.IsValid()); BOOST_CHECK_EQUAL(res1.GetAtomCount(), 1); -- GitLab