From 77b0d4217d5130374a330d1824be3a4f8448030c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20K=C3=B6rber?= Date: Thu, 27 Apr 2017 22:40:27 +0200 Subject: [PATCH] Mark other Pebble todos --- .../org/shredzone/acme4j/it/RegistrationIT.java | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/acme4j-client/src/test/java/org/shredzone/acme4j/it/RegistrationIT.java b/acme4j-client/src/test/java/org/shredzone/acme4j/it/RegistrationIT.java index af81124c..0090d2f5 100644 --- a/acme4j-client/src/test/java/org/shredzone/acme4j/it/RegistrationIT.java +++ b/acme4j-client/src/test/java/org/shredzone/acme4j/it/RegistrationIT.java @@ -49,15 +49,13 @@ public class RegistrationIT extends AbstractPebbleIT { assertIsPebbleUrl(location); assertThat(session.getKeyIdentifier(), is(location.toString())); - // TODO: Not yet supported by Pebble - /* // Check registered data assertThat(reg.getContacts(), contains(URI.create("mailto:acme@example.com"))); - assertThat(reg.getStatus(), is(Status.GOOD)); + // TODO PEBBLE: Sends UNKNOWN instead of GOOD + // assertThat(reg.getStatus(), is(Status.GOOD)); assertThat(reg.getTermsOfServiceAgreed(), is(true)); - */ - // TODO: Not yet supported by Pebble + // TODO PEBBLE: missing /* // Bind another Registration object Session session2 = new Session(pebbleURI(), keyPair); @@ -70,7 +68,7 @@ public class RegistrationIT extends AbstractPebbleIT { } @Test - @Ignore // TODO: Not yet supported by Pebble + @Ignore // TODO PEBBLE: missing public void testModify() throws AcmeException { KeyPair keyPair = createKeyPair(); Session session = new Session(pebbleURI(), keyPair); @@ -97,7 +95,7 @@ public class RegistrationIT extends AbstractPebbleIT { } @Test - @Ignore // TODO: Not yet supported by Pebble + @Ignore // TODO PEBBLE: missing public void testKeyChange() throws AcmeException { KeyPair keyPair = createKeyPair(); Session session = new Session(pebbleURI(), keyPair); @@ -122,7 +120,7 @@ public class RegistrationIT extends AbstractPebbleIT { } @Test - @Ignore // TODO: Not yet supported by Pebble + @Ignore // TODO PEBBLE: missing public void testDeactivate() throws AcmeException { KeyPair keyPair = createKeyPair(); Session session = new Session(pebbleURI(), keyPair);