fw: remove reliance upon marker name components

refs #5044

Change-Id: Iea6c98e03dbd3e4463f7bb6fca0be4953a2cdc40
diff --git a/tests/daemon/mgmt/tables-config-section.t.cpp b/tests/daemon/mgmt/tables-config-section.t.cpp
index 3f77a1d..df9992f 100644
--- a/tests/daemon/mgmt/tables-config-section.t.cpp
+++ b/tests/daemon/mgmt/tables-config-section.t.cpp
@@ -45,9 +45,9 @@
     , strategyChoice(forwarder.getStrategyChoice())
     , networkRegionTable(forwarder.getNetworkRegionTable())
     , tablesConfig(forwarder)
-    , strategyP("/tables-config-section-strategy-P/%FD%02")
-    , strategyP1("/tables-config-section-strategy-P/%FD%01")
-    , strategyQ("/tables-config-section-strategy-Q/%FD%02")
+    , strategyP(Name("/tables-config-section-strategy-P").appendVersion(2))
+    , strategyP1(Name("/tables-config-section-strategy-P").appendVersion(1))
+    , strategyQ(Name("/tables-config-section-strategy-Q").appendVersion(2))
   {
     DummyStrategy::registerAs(strategyP);
     DummyStrategy::registerAs(strategyP1);