From b5e134173667b96c62ca2b981241469d64bfa4d7 Mon Sep 17 00:00:00 2001 From: mrkraimer Date: Wed, 15 Jun 2016 10:50:01 -0400 Subject: [PATCH] use correct name in MAIN --- test/src/testLocalProvider.cpp | 4 ++-- test/src/testPVAServer.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/src/testLocalProvider.cpp b/test/src/testLocalProvider.cpp index b8f8158..2745ec4 100644 --- a/test/src/testLocalProvider.cpp +++ b/test/src/testLocalProvider.cpp @@ -1,4 +1,4 @@ -/*testExampleServerMain.cpp */ +/*testLocalProviderMain.cpp */ /** * Copyright - See the COPYRIGHT that is included with this distribution. * EPICS pvData is distributed subject to a Software License Agreement found @@ -73,7 +73,7 @@ void test() channelProvider->destroy(); } -MAIN(testExampleServer) +MAIN(testLocalProvider) { testPlan(3); test(); diff --git a/test/src/testPVAServer.cpp b/test/src/testPVAServer.cpp index 08634b0..eafdf67 100644 --- a/test/src/testPVAServer.cpp +++ b/test/src/testPVAServer.cpp @@ -1,4 +1,4 @@ -/*testExampleServerMain.cpp */ +/*testPVAServerMain.cpp */ /** * Copyright - See the COPYRIGHT that is included with this distribution. * EPICS pvData is distributed subject to a Software License Agreement found @@ -70,7 +70,7 @@ void test() ctx->destroy(); } -MAIN(testExampleServer) +MAIN(testPVAServer) { testPlan(1); test();