From 835f93f5550731dcd34d7ef68ef4c1faa91dff4d Mon Sep 17 00:00:00 2001 From: Michael Muller Date: Thu, 7 Oct 2021 12:34:41 -0400 Subject: [PATCH] Add a reference to RDAP conformance checker (#1358) * Add a reference to RDAP conformance checker Make a note of the RDAP conformance checker for the next time that we deal with the RDAP code - would be nice to have this in the test suite. * Reformat comment --- .../java/google/registry/rdap/RdapDomainActionTest.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/core/src/test/java/google/registry/rdap/RdapDomainActionTest.java b/core/src/test/java/google/registry/rdap/RdapDomainActionTest.java index bc4c5d801..d6b402853 100644 --- a/core/src/test/java/google/registry/rdap/RdapDomainActionTest.java +++ b/core/src/test/java/google/registry/rdap/RdapDomainActionTest.java @@ -45,7 +45,12 @@ import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; -/** Unit tests for {@link RdapDomainAction}. */ +/** + * Unit tests for {@link RdapDomainAction}. + * + *

TODO(b/26872828): The next time we do any work on RDAP, consider adding the APNIC RDAP + * conformance checker to the unit test suite. + */ class RdapDomainActionTest extends RdapActionBaseTestCase { RdapDomainActionTest() {