Skip to content

Commit

Permalink
Merge pull request #63 from icann/andy-dev
Browse files Browse the repository at this point in the history
updates the tests to be ignored and bumps the version number to 1.0.7
  • Loading branch information
anewton1998 authored Jan 14, 2025
2 parents b52c01c + 935180a commit 86847f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<properties>
<!-- Use this to version the project! -->
<rdap-conformance.version>1.0.6</rdap-conformance.version>
<rdap-conformance.version>1.0.7</rdap-conformance.version>
<!-- -->

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
18 changes: 13 additions & 5 deletions tool/bin/rdapct_config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"definitionIdentifier": "Default RDAP Conformance Tool Configuration",
"definitionWarning": [],
"definitionIgnore": [ -46101, -10403, -10605, -10704, -12214, -12217, -12210, -12208, -12411, -12310, -11901 ],
"definitionNotes": ["This configuration removes tests that are known to be false positives."]
}
"definitionIdentifier": "Default RDAP Conformance Tool Configuration",
"definitionWarning": [],
"definitionIgnore": [
-46101,
-10403,
-52104,
-47000,
-47203
],
"definitionNotes": [
"This configuration removes tests that are known to be false positives."
]
}

0 comments on commit 86847f4

Please sign in to comment.