-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- reviewed SemanticData.UAModelDesignExport.UnitTest
- Loading branch information
Showing
5 changed files
with
4 additions
and
189 deletions.
There are no files selected for viewing
49 changes: 0 additions & 49 deletions
49
SemanticData/UAModelDesignExport.UnitTest/Instrumentation/AddressSpaceContextService.cs
This file was deleted.
Oops, something went wrong.
9 changes: 2 additions & 7 deletions
9
SemanticData/UAModelDesignExport.UnitTest/Instrumentation/Extensions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,21 @@ | ||
//___________________________________________________________________________________ | ||
// | ||
// Copyright (C) 2019, Mariusz Postol LODZ POLAND. | ||
// Copyright (C) 2021, Mariusz Postol LODZ POLAND. | ||
// | ||
// To be in touch join the community at GITTER: https://gitter.im/mpostol/OPC-UA-OOI | ||
//___________________________________________________________________________________ | ||
|
||
using System; | ||
using UAOOI.SemanticData.UAModelDesignExport.XML; | ||
|
||
namespace UAOOI.SemanticData.UAModelDesignExport.Instrumentation | ||
{ | ||
internal static class Extensions | ||
{ | ||
internal static string Key(this Reference value) | ||
{ | ||
return value.ReferenceType.ToString() + " " + value.TargetId.ToString(); | ||
} | ||
internal static bool AreEqual(this string first, string second) | ||
{ | ||
if (String.IsNullOrEmpty(first)) | ||
return String.IsNullOrEmpty(second); | ||
return String.Compare(first, second) == 0; | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
130 changes: 0 additions & 130 deletions
130
SemanticData/UAModelDesignExport.UnitTest/Instrumentation/XmlFile.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters