Skip to content
Snippets Groups Projects
Commit fcf42c1a authored by felmer's avatar felmer
Browse files

bug in test fixed

SVN: 9966
parent 15afd450
No related branches found
No related tags found
No related merge requests found
......@@ -221,7 +221,7 @@ public final class CommonServerTest extends AbstractServerTestCase
final Session s = createServer().tryToAuthenticate(user, password);
assertSame(SESSION, s);
assertSame(session, s);
assertEquals(person, s.tryGetPerson());
context.assertIsSatisfied();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment