Skip to content

Commit f64353f

Browse files
authored
Remove old extraction rules files. (#288)
1 parent c6bc53f commit f64353f

File tree

6 files changed

+4
-699
lines changed

6 files changed

+4
-699
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<springLdapVersion>2.3.2.RELEASE</springLdapVersion>
3030
<springSecurityVersion>5.0.6.RELEASE</springSecurityVersion>
3131
<springSessionVersion>2.0.2.RELEASE</springSessionVersion>
32-
<forkCountTests>2.5C</forkCountTests>
32+
<forkCountTests>2.0C</forkCountTests>
3333
</properties>
3434

3535
<!-- Reporting Plugins -->

src/functionaltests/resources/features/rulesHandler.feature

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,18 @@ Feature: Test Rules Handler
55

66
@RulesHandlerRelativePath
77
Scenario: Test relative path
8-
Given a file with path "/ArtifactRules.json"
9-
Then rules are loaded
10-
11-
@RulesHandlerRelativePathSubFolder
12-
Scenario: Test relative path with sub folder
13-
Given a file with path "/rules/ArtifactRules-Eiffel-Toulouse-Version.json"
8+
Given a file with path "/rules/ArtifactRules-Eiffel-Agen-Version.json"
149
Then rules are loaded
1510

1611
@RulesHandlerFullPath
1712
Scenario: Test full path
18-
Given a file with path "src/main/resources/ArtifactRules.json"
13+
Given a file with path "src/main/resources/rules/ArtifactRules-Eiffel-Agen-Version.json"
1914
And path is made absolute
2015
Then rules are loaded
2116

2217
@RulesHandlerFileURI
2318
Scenario: Test URI with file scheme
24-
Given a file with path "src/main/resources/ArtifactRules.json"
19+
Given a file with path "src/main/resources/rules/ArtifactRules-Eiffel-Agen-Version.json"
2520
And path is made absolute
2621
And path is URI with "file" scheme
2722
Then rules are loaded

src/main/resources/ArtifactRules.json

Lines changed: 0 additions & 140 deletions
This file was deleted.

src/main/resources/SourceChangeObjectRules.json

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)