Skip to content

Commit

Permalink
UANodeSet prepare a semantic diff #565
Browse files Browse the repository at this point in the history
- added anchor to CompareModelDesign to start development with
  • Loading branch information
mpostol committed Apr 7, 2021
1 parent 1d39251 commit fa23de6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SemanticData/UAModelDesignExport.UnitTest/NodeSetUnitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ public void UADataTypeTestMethod()
#region Test instrumentation

#region ModelDesign

//TODO UANodeSet prepare a semantic diff #565

private static void CompareModelDesign(ModelDesign expected, ModelDesign actual)
{
Assert.AreEqual<int>(expected.Items.Length, actual.Items.Length);
Expand Down

0 comments on commit fa23de6

Please sign in to comment.