Skip to content

Commit

Permalink
Removed SingleThreaded socket stop test
Browse files Browse the repository at this point in the history
Since it would require further refactoring of the SocketInitiator.
  • Loading branch information
alphafoobar committed Feb 28, 2017
1 parent 4332d54 commit 39492ff
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions quickfixj-core/src/test/java/quickfix/SocketInitiatorTest.java
Expand Up @@ -150,17 +150,6 @@ public void testInitiatorStopStart() throws Exception {
doTestOfRestart(clientSessionID, clientApplication, initiator, null);
}

@Test
public void testInitiatorStop() throws Exception {
SessionID clientSessionID = new SessionID(FixVersions.BEGINSTRING_FIX42, "TW", "ISLD");
SessionSettings settings = getClientSessionSettings(clientSessionID);
ClientApplication clientApplication = new ClientApplication();
Initiator initiator = new SocketInitiator(clientApplication, new MemoryStoreFactory(),
settings, new DefaultMessageFactory());

doTestOfStop(clientSessionID, clientApplication, initiator);
}

@Test
public void testInitiatorStopStartFileLog() throws Exception {
File messageLog = new File(getTempDirectory() + File.separatorChar
Expand Down

0 comments on commit 39492ff

Please sign in to comment.