Commit 348aa7af by Maarten L. Hekkelman

fix test (use gTestDir)

parent cea38e5b
......@@ -212,7 +212,7 @@ BOOST_AUTO_TEST_CASE(create_nonpoly_2)
cif::mm::structure structure(file);
cif::file lig("HEM.cif");
cif::file lig(gTestDir / "HEM.cif");
auto &chem_comp_atom = lig["HEM"]["chem_comp_atom"];
std::vector<cif::row_initializer> atoms;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment