Skip to content

Commit

Permalink
Leave database files to avoid race conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
tabe committed Jan 6, 2025
1 parent 67024b0 commit 62b7bf4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/test/load/test_var.cc
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,12 @@ BOOST_AUTO_TEST_CASE(Rybak_2006_with_static_instance_and_multiple_input) {

BOOST_AUTO_TEST_CASE(hepatocyte_external) {
Phml(TEST_MODELS("hepatocyte_external.isml"));
boost::filesystem::remove("4d96c8de-d10a-48e2-a0e0-be9d74e58e78.db");
// GenerateAndCompare("hepatocyte_external.isml.var",
// "hepatocyte_external.isml.txt");
}

BOOST_AUTO_TEST_CASE(hepatocyte_internal) {
Phml(TEST_MODELS("hepatocyte_internal.isml"));
boost::filesystem::remove("4d96c8de-d10a-48e2-a0e0-be9d74e58e78.db");
boost::filesystem::remove("4d96c8de-d10a-48e2-a0e0-be9d74e58e78.xml");
// GenerateAndCompare("hepatocyte_internal.isml.var",
// "hepatocyte_internal.isml.txt");
}
Expand Down

0 comments on commit 62b7bf4

Please sign in to comment.