Skip to content

Commit

Permalink
UAVariableTypeTestMethod - fix UT errors #680
Browse files Browse the repository at this point in the history
- added TODO comment
  • Loading branch information
mpostol committed Sep 10, 2022
1 parent 39b484b commit 893e1be
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public void UAObjectTypeTestMethod()

[TestMethod]
public void UAVariableTypeTestMethod()
//TODO UAVariableTypeTestMethod - fix UT errors #680 UT error
{
FileInfo _testDataFileInfo = new FileInfo(@"Models\VariableTypeTest\VariableTypeTest.NodeSet2.xml");
Assert.IsTrue(_testDataFileInfo.Exists);
Expand Down

0 comments on commit 893e1be

Please sign in to comment.