From c3c5617266285e47a893a9c2c63519cb2bb07602 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Fri, 12 Jun 2026 22:44:10 -0400 Subject: [PATCH] docs(test): neutralize last stale 'SystemPlatform tags' comment (final-review nit) --- .../ScriptAnalysis/ScriptTagCatalogTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Server/ZB.MOM.WW.OtOpcUa.AdminUI.Tests/ScriptAnalysis/ScriptTagCatalogTests.cs b/tests/Server/ZB.MOM.WW.OtOpcUa.AdminUI.Tests/ScriptAnalysis/ScriptTagCatalogTests.cs index c47b3323..10259d21 100644 --- a/tests/Server/ZB.MOM.WW.OtOpcUa.AdminUI.Tests/ScriptAnalysis/ScriptTagCatalogTests.cs +++ b/tests/Server/ZB.MOM.WW.OtOpcUa.AdminUI.Tests/ScriptAnalysis/ScriptTagCatalogTests.cs @@ -16,8 +16,8 @@ namespace ZB.MOM.WW.OtOpcUa.AdminUI.Tests.ScriptAnalysis; /// Fidelity finding (see doc comment): the runtime Akka path resolves /// a ctx.GetTag literal against the driver FullName (the wire reference in /// Tag.TagConfig.FullName), NOT the UNS browse path — the UNS-path engine is dormant. The -/// catalog therefore emits the FullName for equipment tags, the MXAccess dot-ref for SystemPlatform -/// tags, and the leaf Name for virtual tags, and deliberately omits UNS browse paths. These +/// catalog therefore emits the FullName for equipment tags, the MXAccess dot-ref for FolderPath-scoped +/// tags (EquipmentId null), and the leaf Name for virtual tags, and deliberately omits UNS browse paths. These /// assertions check the resolvable key is present AND that the UNS browse paths are absent. /// [Trait("Category", "Unit")]