Skip to content

Commit

Permalink
Added missing unit test data.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sverre Briseid authored and Sverre Briseid committed Sep 29, 2023
1 parent c99debb commit 1aa3f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotools-core/test/unit/fixInvalidBoundedSurfaceTest.C
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ BOOST_FIXTURE_TEST_CASE(BoundedSurfaceTest, Config)
string infile = infiles[i];
//string infile = "../step_reader/DemEx6woExtBlends.g2";

std::cout << "infile: " << infile << std::endl;
// std::cout << "infile: " << infile << std::endl;
ifstream in(infile.c_str(), std::ifstream::in);
BOOST_CHECK_MESSAGE(in.good(), "Input file not found or file corrupt");
header.read(in);
Expand Down

0 comments on commit 1aa3f2d

Please sign in to comment.