use correct name in MAIN

This commit is contained in:
mrkraimer
2016-06-15 10:50:01 -04:00
parent fde7953de0
commit b5e1341736
2 changed files with 4 additions and 4 deletions

View File

@ -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();

View File

@ -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();