Skip to content

Commit

Permalink
Assume a valid alternate hostname.
Browse files Browse the repository at this point in the history
This test is not valid without a valid alternate
hostname as it makes calls to:
...#getAlternateHostName()
...#getUrlForSecondValidHostname(String)

Signed-off-by: Seva Lotoshnikov <[email protected]>
  • Loading branch information
joshbruning authored and sevaseva committed Aug 3, 2015
1 parent c7c6c4a commit dad13b5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,8 @@ private void addCookieOnServerSide(Cookie cookie) {

@Test
public void deleteAllCookies() throws Exception {
assumeTrue(domainHelper.checkHasValidAlternateHostname());

Cookie cookie1 = new Cookie.Builder("fish1", "cod")
.domain(appServer.getHostName()).build();
Cookie cookie2 = new Cookie.Builder("fish2", "tune")
Expand Down

0 comments on commit dad13b5

Please sign in to comment.