Skip to content

Commit

Permalink
Changed the name of a test
Browse files Browse the repository at this point in the history
Changed sessionLifetime_rfe9634 to sessionLifetime_rfe9436.

Change-Id: I18bdf803dbf1a65fb40a1d12264671162fdef1a3
Reviewed-on: https://gerrit.franz.com:9080/3049
Reviewed-by: Ahmon Dancy <dancy@franz.com>
Reviewed-by: John O'Rourke <jor@franz.com>
Tested-by: Kevin Layer <layer@franz.com>
  • Loading branch information
dancyatfranz authored and dklayer committed Apr 9, 2013
1 parent f0dd8e9 commit f561a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/SessionTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ private int getPort(AGRepositoryConnection conn) throws AGHttpException, Malform

@Test
@Category(TestSuites.Prepush.class)
public void sessionLifetime_rfe9634() throws Exception {
public void sessionLifetime_rfe9436() throws Exception {
Assert.assertEquals("expected default session lifetime ", AGHttpRepoClient.getDefaultSessionLifetime(),conn.getSessionLifetime());
conn.setSessionLifetime(connLife);
Assert.assertEquals("expected lifetime "+connLife, connLife, conn.getSessionLifetime());
Expand Down

0 comments on commit f561a60

Please sign in to comment.