mirror of
https://github.com/PDB-REDO/libcifpp.git
synced 2026-06-04 13:54:25 +08:00
remove duplicate test
This commit is contained in:
@@ -296,13 +296,3 @@ TEST_CASE("brak")
|
||||
auto f = cif::pdb::read(gTestDir / "brak.pdb");
|
||||
CHECK(f.is_valid());
|
||||
}
|
||||
|
||||
TEST_CASE("extended-dictionary-1")
|
||||
{
|
||||
cif::add_file_resource("dssp-extension.dic", gTestDir / "dssp-extension.dic");
|
||||
|
||||
cif::VERBOSE = 2;
|
||||
|
||||
auto f = cif::pdb::read(gTestDir / "1cbs-dssp.cif");
|
||||
CHECK(f.is_valid());
|
||||
}
|
||||
Reference in New Issue
Block a user