Skip to content

Commit

Permalink
Change to test cases to add DisplayName
Browse files Browse the repository at this point in the history
  • Loading branch information
klingbolt committed Dec 9, 2024
1 parent 7390e45 commit 0be9c03
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<OverlayData>
<MarkerCategory Name="toplevel1" XPos="169.81" YPos="210.65" ZPos="215.83" MapID="50" ></MarkerCategory>
<MarkerCategory DisplayName="TopLevel1" Name="toplevel1" XPos="169.81" YPos="210.65" ZPos="215.83" MapID="50" ></MarkerCategory>

<MarkerCategory Name="toplevel2" XPos="169.81" YPos="210.65" ZPos="215.83" MapID="50" ></MarkerCategory>
<MarkerCategory DisplayName="TopLevel2" Name="toplevel2" XPos="169.81" YPos="210.65" ZPos="215.83" MapID="50" ></MarkerCategory>

<MarkerCategory Name="toplevel3" XPos="169.81" YPos="210.65" ZPos="215.83" MapID="50" ></MarkerCategory>
<MarkerCategory DisplayName="TopLevel3" Name="toplevel3" XPos="169.81" YPos="210.65" ZPos="215.83" MapID="50" ></MarkerCategory>

<POIs>
<POI Type="toplevel1" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

 2B\�)Cf�RC{�WCBL]�B��
*
TopLevel1 2B\�)Cf�RC{�WCBL]�B��
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

 2B\�)Cf�RC{�WCBL]�B��
*
TopLevel2 2B\�)Cf�RC{�WCBL]�B��
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

 2B\�)Cf�RC{�WCBL]�B��
*
TopLevel3 2B\�)Cf�RC{�WCBL]�B��
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<OverlayData>
<MarkerCategory ID="CAdMXdpC8dM=" Name="toplevel1">
<MarkerCategory DisplayName="TopLevel1" ID="CAdMXdpC8dM=" Name="toplevel1">
</MarkerCategory>

<MarkerCategory ID="CAdMXdtC8dM=" Name="toplevel2">
<MarkerCategory DisplayName="TopLevel2" ID="CAdMXdtC8dM=" Name="toplevel2">
</MarkerCategory>

<MarkerCategory ID="CAdMXdxC8dM=" Name="toplevel3">
<MarkerCategory DisplayName="TopLevel3" ID="CAdMXdxC8dM=" Name="toplevel3">
</MarkerCategory>

<POIs>
Expand Down

0 comments on commit 0be9c03

Please sign in to comment.