test: remove final campaign labels
This commit is contained in:
parent
088add2fac
commit
53b6841c5a
8 changed files with 44 additions and 11 deletions
|
|
@ -28,7 +28,7 @@ namespace AcDream.App.Tests.UI.Layout;
|
|||
/// flip WILL fail here.
|
||||
/// </para>
|
||||
/// </summary>
|
||||
public class OP2ReworkBlastRadiusConformanceTests
|
||||
public class DormantDatWidgetConformanceTests
|
||||
{
|
||||
// ── Type 8 — vendor's media-bearing, tab-table-less backdrop ────────────
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ namespace AcDream.App.Tests.UI.Layout;
|
|||
/// <c>0x64</c>), scrollbar linkage (dat property <c>0x72</c>), the new Type-8/5/
|
||||
/// <c>0x10000036..0x44</c> widget mappings, and <see cref="UiTabPanel"/>'s switch
|
||||
/// behavior. Retail anchors: <c>docs/research/2026-08-10-options-panel-structure.md</c>
|
||||
/// §1.3, §1.5, §10.1. See also <c>OP2ReworkBlastRadiusConformanceTests.cs</c> (built-
|
||||
/// §1.3, §1.5, §10.1. See also <c>DormantDatWidgetConformanceTests.cs</c> (built-
|
||||
/// widget pins for the pre-existing shipped panels the rework's dormancy model
|
||||
/// protects) and the reader-level tests appended to <c>ElementReaderTests.cs</c>.
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -705,7 +705,7 @@ public class SelectedObjectControllerTests
|
|||
/// </para>
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void G2_VendorStackSelection_ThroughRealMaterializer_ShowsSplitSlider()
|
||||
public void VendorStackSelection_ThroughRealMaterializer_ShowsSplitSlider()
|
||||
{
|
||||
const uint vendorGuid = 0x70000011u;
|
||||
const uint taperGuid = 0x60009011u;
|
||||
|
|
@ -879,7 +879,7 @@ public class SelectedObjectControllerTests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
public void C4_VendorOwnedSplitExemptStackSelection_MatchesRetailsToolbarPresentation()
|
||||
public void VendorOwnedSplitExemptStackSelection_MatchesRetailsToolbarPresentation()
|
||||
{
|
||||
const uint vendorGuid = 0x70000010u;
|
||||
const uint tradeNotesGuid = 0x60009001u;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue