-
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.
Changed names of categories in xml to match new file names
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
xml_converter/test_cases/can_fade_tests/can_fade_is_correct.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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<OverlayData> | ||
<MarkerCategory Name="isfalse"> | ||
<MarkerCategory Name="iscorrect"> | ||
</MarkerCategory> | ||
|
||
<POIs> | ||
<POI CanFade="false" Type="isfalse"/> | ||
<POI CanFade="false" Type="iscorrect"/> | ||
</POIs> | ||
</OverlayData> |
4 changes: 2 additions & 2 deletions
4
xml_converter/test_cases/can_fade_tests/can_fade_is_different_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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<OverlayData> | ||
<MarkerCategory Name="iszero"> | ||
<MarkerCategory Name="isdifferentfile"> | ||
</MarkerCategory> | ||
|
||
<POIs> | ||
<POI CanFade="0" Type="iszero"/> | ||
<POI CanFade="0" Type="isdifferentfile"/> | ||
</POIs> | ||
</OverlayData> |
4 changes: 2 additions & 2 deletions
4
xml_converter/test_cases/can_fade_tests/can_fade_is_wrong_output.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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<OverlayData> | ||
<MarkerCategory Name="isfalse"> | ||
<MarkerCategory Name="iswrongoutput"> | ||
</MarkerCategory> | ||
|
||
<POIs> | ||
<POI CanFade="false" Type="isfalse"/> | ||
<POI CanFade="false" Type="iswrongoutput"/> | ||
</POIs> | ||
</OverlayData> |