mirror of https://github.com/shred/acme4j
Fix Pebble IT
parent
137c2c7dd0
commit
976056b6e7
|
@ -52,9 +52,7 @@ public class AccountIT extends PebbleITBase {
|
||||||
|
|
||||||
// Check registered data
|
// Check registered data
|
||||||
assertThat(acct.getContacts(), contains(URI.create("mailto:acme@example.com")));
|
assertThat(acct.getContacts(), contains(URI.create("mailto:acme@example.com")));
|
||||||
// TODO PEBBLE: Sends UNKNOWN instead of VALID
|
assertThat(acct.getStatus(), is(Status.VALID));
|
||||||
// assertThat(acct.getStatus(), is(Status.VALID));
|
|
||||||
assertThat(acct.getTermsOfServiceAgreed(), is(true));
|
|
||||||
|
|
||||||
// Bind another Account object
|
// Bind another Account object
|
||||||
// TODO PEBBLE: Not supported yet
|
// TODO PEBBLE: Not supported yet
|
||||||
|
@ -63,7 +61,6 @@ public class AccountIT extends PebbleITBase {
|
||||||
// assertThat(acct2.getLocation(), is(location));
|
// assertThat(acct2.getLocation(), is(location));
|
||||||
// assertThat(acct2.getContacts(), contains(URI.create("mailto:acme@example.com")));
|
// assertThat(acct2.getContacts(), contains(URI.create("mailto:acme@example.com")));
|
||||||
// assertThat(acct2.getStatus(), is(Status.VALID));
|
// assertThat(acct2.getStatus(), is(Status.VALID));
|
||||||
// assertThat(acct2.getTermsOfServiceAgreed(), is(true));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue