Searched defs:lastCookie (Results 1 - 2 of 2) sorted by relevance

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DChangelogBackendTestCase.java445 final String lastCookie = readLastCookieFromRootDSE();
446 assertThat(lastCookie).isEqualTo(expectedLastCookie.toString());
451 final String cookie2 = lastCookie + "o=test6:";
460 final String cookie3 = lastCookie.substring(lastCookie.indexOf(';')+1);
531 String lastCookie = readLastCookieFromRootDSE();
532 assertThat(expectedLastCookie.toString()).isEqualTo(lastCookie);
916 private String assertLastCookieDifferentThanLastValue(final String lastCookie) throws Exception argument
922 if (!newCookie.equals(lastCookie))
929 Assertions.fail("Expected last cookie should have been updated, but it always stayed at value '" + lastCookie
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DChangelogBackendTestCase.java445 final String lastCookie = readLastCookieFromRootDSE();
446 assertThat(lastCookie).isEqualTo(expectedLastCookie.toString());
451 final String cookie2 = lastCookie + "o=test6:";
460 final String cookie3 = lastCookie.substring(lastCookie.indexOf(';')+1);
531 String lastCookie = readLastCookieFromRootDSE();
532 assertThat(expectedLastCookie.toString()).isEqualTo(lastCookie);
916 private String assertLastCookieDifferentThanLastValue(final String lastCookie) throws Exception argument
922 if (!newCookie.equals(lastCookie))
929 Assertions.fail("Expected last cookie should have been updated, but it always stayed at value '" + lastCookie
[all...]

Completed in 25 milliseconds