Skip to content

Commit

Permalink
Increasing code coverage of binding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
3dJan committed Oct 29, 2024
1 parent aa19600 commit 455fb21
Show file tree
Hide file tree
Showing 3 changed files with 544 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/API/lib3mf_composematrixnode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ IImplicitPort * CComposeMatrixNode::GetInputM33()

IImplicitPort * CComposeMatrixNode::GetOutputResult()
{
return FindInputOrThrow(NMR::OutputNames::result);
return FindOutputOrThrow(NMR::OutputNames::result);
}

Check warning on line 126 in Source/API/lib3mf_composematrixnode.cpp

View check run for this annotation

Codecov / codecov/patch

Source/API/lib3mf_composematrixnode.cpp#L126

Added line #L126 was not covered by tests

Lib3MF::Impl::CComposeMatrixNode::CComposeMatrixNode(
Expand Down
2 changes: 1 addition & 1 deletion Source/Model/Classes/NMR_ImplicitNodeTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ namespace NMR
{"m33", eImplicitPortType::Scalar}},
Out{{"result", eImplicitPortType::Matrix}}}}}},
{eImplicitNodeType::MatrixFromColumns,
{"ematrixfromcolumns", // 4x4
{"matrixfromcolumns", // 4x4
{InputOutputRule{
Lib3MF::eImplicitNodeConfiguration::Default,
In{{"A", eImplicitPortType::Vector},
Expand Down
Loading

0 comments on commit 455fb21

Please sign in to comment.