-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix models search mode to catch all sub-elements occurrences (#27)
Signed-off-by: patrickpa <[email protected]>
- Loading branch information
1 parent
d142269
commit 6f5d744
Showing
5 changed files
with
67 additions
and
7 deletions.
There are no files selected for viewing
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
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
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,18 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<Config> | ||
|
||
<Param name="InputFile" value="../stimuli/xodr_examples/three_connected_roads_with_steps.xodr" /> | ||
|
||
<ReportModule application="TextReport"> | ||
<Param name="strInputFile" value="Result.xqar" /> | ||
<Param name="strReportFile" value="Report.txt" /> | ||
</ReportModule> | ||
|
||
<CheckerBundle application="DemoCheckerBundle"> | ||
<Param name="strResultFile" value="DemoCheckerBundle.xqar" /> | ||
<Checker checkerId="exampleChecker" maxLevel="1" minLevel="3" /> | ||
</CheckerBundle> | ||
|
||
|
||
|
||
</Config> |
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,16 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<Config> | ||
|
||
<Param name="InputFile" value="../stimuli/xodr_examples/three_connected_roads_with_steps.xodr" /> | ||
|
||
<CheckerBundle application="DemoCheckerBundle"> | ||
<Param name="strResultFile" value="DemoCheckerBundle.xqar" /> | ||
<Checker checkerId="exampleChecker" maxLevel="1" minLevel="3" /> | ||
</CheckerBundle> | ||
|
||
<ReportModule application="TextReport"> | ||
<Param name="strInputFile" value="Result.xqar" /> | ||
<Param name="strReportFile" value="Report.txt" /> | ||
</ReportModule> | ||
|
||
</Config> |
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