Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Plotnikov committed Dec 8, 2023
1 parent 3d13a8a commit ec1c6ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/exactpro/th2/FixHandlerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ void logoutDisconnectTest() {
var logon = "8=FIXT.1.1\u00019=105\u000135=A\u000134=2\u000149=client\u000156=server\u000150=trader\u000152=2014-12-22T10:15:30Z\u000198=0\u0001108=30\u00011137=9\u0001553=username\u0001554=pass\u000110=204\u0001";
assertEquals(channel.getQueue().size(), 1);
assertEquals(logon, new String(channel.getQueue().get(0).array()));
fixHandler.onClose(channel);
channel.clearQueue();
fixHandler.onOpen(channel);
assertEquals(channel.getQueue().size(), 1);
Expand Down

0 comments on commit ec1c6ff

Please sign in to comment.