-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #226 from klingbolt/specialization_filter
Added tests for specialization filters
- Loading branch information
Showing
4 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
xml_converter/intigration_tests/expected_outputs/proto_specialization_filter/markers.bin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
xml_converter/intigration_tests/expected_outputs/xml_specialization_filter/xml_file.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<OverlayData> | ||
<MarkerCategory DisplayName="My Category" Name="mycategory"> | ||
</MarkerCategory> | ||
|
||
<POIs> | ||
<POI Type="mycategory" MapID="50" XPos="169.809998" YPos="210.649994" ZPos="215.830002" Specialization="62"/> | ||
<POI Type="mycategory" MapID="50" XPos="169.809998" YPos="210.649994" ZPos="215.830002" Specialization="43,18"/> | ||
<POI Type="mycategory" MapID="50" XPos="169.809998" YPos="210.649994" ZPos="215.830002" Specialization="57,61"/> | ||
<POI Type="mycategory" MapID="50" XPos="169.809998" YPos="210.649994" ZPos="215.830002" Specialization="65,68"/> | ||
<POI Type="mycategory" MapID="50" XPos="169.809998" YPos="210.649994" ZPos="215.830002" Specialization="48,43,27,40,34,5,52,7,18,56,57,62,59,60,55,63,58,61,67,70,65,66,64,72,69,71,68,41,37,26,31,17,29,6,38,47,21,49,16,13,46,42,45,10,1,24,23,19,39,2,50,53,32,8,25,30,33,14,15,3,9,12,54,35,28,20,44,36,22,51,4,11"/> | ||
<POI Type="mycategory" MapID="50" XPos="169.809998" YPos="210.649994" ZPos="215.830002" Specialization="48,43,27,40,34,5,52,7,18,56,57,62,59,60,55,63,58,61,67,70,65,66,64,72,69,71,68"/> | ||
</POIs> | ||
</OverlayData> |
13 changes: 13 additions & 0 deletions
13
xml_converter/intigration_tests/inputs/xml_specialization_filter/xml_file.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<OverlayData> | ||
<MarkerCategory DisplayName="My Category" Name="mycategory"> | ||
</MarkerCategory> | ||
|
||
<POIs> | ||
<POI Specialization="62" Type="mycategory" XPos="169.81" YPos="210.65" ZPos="215.83" MapID="50" /> | ||
<POI Specialization="berserker,scrapper" Type="mycategory" XPos="169.81" YPos="210.65" ZPos="215.83" MapID="50" /> | ||
<POI Specialization="Spellbreaker, Holosmith" Type="mycategory" XPos="169.81" YPos="210.65" ZPos="215.83" MapID="50" /> | ||
<POI Specialization="Willbender,Bladesworn" Type="mycategory" XPos="169.81" YPos="210.65" ZPos="215.83" MapID="50" /> | ||
<POI Specialization="48,43,27,40,34,5,52,7,18,56,57,62,59,60,55,63,58,61,67,70,65,66,64,72,69,71,68,41,37,26,31,17,29,6,38,47,21,49,16,13,46,42,45,10,1,24,23,19,39,2,50,53,32,8,25,30,33,14,15,3,9,12,54,35,28,20,44,36,22,51,4,11" Type="mycategory" XPos="169.81" YPos="210.65" ZPos="215.83" MapID="50" /> | ||
<POI Specialization="Tempest,Scrapper,Dragonhunter,Chronomancer,Reaper,Druid,Herald,Daredevil,Berserker,Weaver,Holosmith,Firebrand,Mirage,Scourge,Soulbeast,Renegade,Deadeye,Spellbreaker,Catalyst,Mechanist,Willbender,Virtuoso,Harbinger,Untamed,Vindicator,Specter,Bladesworn" Type="mycategory" XPos="169.81" YPos="210.65" ZPos="215.83" MapID="50" /> | ||
</POIs> | ||
</OverlayData> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters