Skip to content
Snippets Groups Projects
Commit 50f1473e authored by buczekp's avatar buczekp
Browse files

fixed server test

SVN: 12895
parent 6f1fd018
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,7 @@ public final class CommonServerTest extends AbstractServerTestCase
final Session s = createServer().tryToAuthenticate(user, password);
assertSame(session, s);
assertEquals(session.toString(), s.toString());
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