File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1414 <resources >
1515 <resource >
1616 <targetPath >ua_parser</targetPath >
17- <directory >${basedir} /..</directory >
17+ <directory >${basedir} /../uap-core </directory >
1818 <includes >
1919 <include >regexes.yaml</include >
2020 </includes >
2323 <testResources >
2424 <testResource >
2525 <targetPath >ua_parser</targetPath >
26- <directory >${basedir} /../test_resources</directory >
26+ <directory >${basedir} /../uap-core/test_resources</directory >
27+ <includes >
28+ <include >*.yaml</include >
29+ </includes >
30+ </testResource >
31+ <testResource >
32+ <targetPath >ua_parser</targetPath >
33+ <directory >${basedir} /../uap-core/tests</directory >
2734 <includes >
2835 <include >*.yaml</include >
2936 </includes >
Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ public void initParser() throws Exception {
4545
4646 @ Test
4747 public void testParseUserAgent () {
48- testUserAgentFromYaml ("test_user_agent_parser .yaml" );
48+ testUserAgentFromYaml ("test_ua .yaml" );
4949 }
5050
5151 @ Test
5252 public void testParseOS () {
53- testOSFromYaml ("test_user_agent_parser_os .yaml" );
53+ testOSFromYaml ("test_os .yaml" );
5454 }
5555
5656 @ Test
You can’t perform that action at this time.
0 commit comments