From eb1237253549fb877d89a662903cbba727de924d Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Fri, 14 Feb 2014 22:06:43 +0100 Subject: [PATCH] tests: testPlan count adj --- testApp/remote/channelAccessIFTest.cpp | 3 +-- testApp/remote/testCodec.cpp | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/testApp/remote/channelAccessIFTest.cpp b/testApp/remote/channelAccessIFTest.cpp index 8f8b51b..3c65f89 100755 --- a/testApp/remote/channelAccessIFTest.cpp +++ b/testApp/remote/channelAccessIFTest.cpp @@ -415,7 +415,7 @@ void ChannelAccessIFTest::test_channel() { testOk(channel->getConnectionState() == Channel::DESTROYED , "%s: channel connection state DESTROYED ", CURRENT_FUNCTION); -/* testDiag("%s: destroying the channel yet again", CURRENT_FUNCTION); + testDiag("%s: destroying the channel yet again", CURRENT_FUNCTION); channel->destroy(); succStatus = channelReq->waitUntilStateChange(getTimeoutSec()); @@ -432,7 +432,6 @@ void ChannelAccessIFTest::test_channel() { testOk(!channel->isConnected(), "%s: yet again destroyed channel should not be connected ", CURRENT_FUNCTION); testOk(channel->getConnectionState() == Channel::DESTROYED , "%s: yet again destroyed channel connection state DESTROYED ", CURRENT_FUNCTION); -*/ } diff --git a/testApp/remote/testCodec.cpp b/testApp/remote/testCodec.cpp index 41e9adb..495735c 100644 --- a/testApp/remote/testCodec.cpp +++ b/testApp/remote/testCodec.cpp @@ -397,7 +397,7 @@ namespace epics { public: int runAllTest() { - testPlan(5884); + testPlan(5882); testHeaderProcess(); testInvalidHeaderMagic(); testInvalidHeaderSegmentedInNormal();