@@ -17,9 +17,10 @@ public sealed class FocasReadWriteTests
|
||||
Tags = tags,
|
||||
Probe = new FocasProbeOptions { Enabled = false },
|
||||
// F4-a flipped Writable + Writes.Enabled defaults to false for safer-by-default
|
||||
// posture (issue #268). The legacy read-write test fixture opts both back on so
|
||||
// existing assertions exercise the same wire path the original tests covered.
|
||||
Writes = new FocasWritesOptions { Enabled = true },
|
||||
// posture (issue #268). F4-c added AllowPmc on the same shape (issue #270). The
|
||||
// legacy read-write test fixture opts everything back on so existing assertions
|
||||
// exercise the same wire path the original tests covered.
|
||||
Writes = new FocasWritesOptions { Enabled = true, AllowPmc = true },
|
||||
}, "drv-1", factory);
|
||||
return (drv, factory);
|
||||
}
|
||||
@@ -218,7 +219,7 @@ public sealed class FocasReadWriteTests
|
||||
new FocasTagDefinition("B", "focas://10.0.0.5:8193", "R101", FocasDataType.Byte, Writable: false),
|
||||
],
|
||||
Probe = new FocasProbeOptions { Enabled = false },
|
||||
Writes = new FocasWritesOptions { Enabled = true },
|
||||
Writes = new FocasWritesOptions { Enabled = true, AllowPmc = true },
|
||||
}, "drv-1", factory);
|
||||
await drv.InitializeAsync("{}", CancellationToken.None);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user