Skip to content

Commit

Permalink
Issue #65 Change name of CAJTestServer to EpicsChannelAccesstestServer.
Browse files Browse the repository at this point in the history
  • Loading branch information
simondelabici committed Mar 24, 2020
1 parent 5da2255 commit 6628997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/epics/ca/ChannelThroughputTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ChannelThroughputTests

private static final Logger logger = Logger.getLogger( ChannelThroughputTests.class.getName() );

private CAJTestServer server;
private EpicsChannelAccessTestServer server;


/*- Main ---------------------------------------------------------------------*/
Expand All @@ -47,7 +47,7 @@ static void beforeAll()
@BeforeEach
void setUp()
{
server = new CAJTestServer();
server = new EpicsChannelAccessTestServer();
server.runInSeparateThread();
}

Expand Down

0 comments on commit 6628997

Please sign in to comment.