Skip to content

Commit

Permalink
adjusting expected log output
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Neubauer committed May 27, 2011
1 parent e9372e4 commit 65abf3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class NeoServerFunctionalTest {
@After
public void stopServer() {
if (server != null) {
server.stop();
server.stop();
}
}

Expand Down Expand Up @@ -125,7 +125,7 @@ public void shouldLogShutdown() throws Exception {
server = null; // Need this to prevent the server being stopped twice
assertThat(
appender.toString(),
containsString( "INFO: Successfully shutdown Neo Server on port [7474], database [" ) );
containsString( "INFO: Successfully shutdown database [" ) );
}

@Test
Expand Down

0 comments on commit 65abf3a

Please sign in to comment.