internalDestroy problem solved + memory leak fixed in abstract codec

This commit is contained in:
damjankumar
2014-02-13 15:52:02 +01:00
parent 5f0f7b9fde
commit 5ab2ead581
5 changed files with 78 additions and 42 deletions
+4 -4
View File
@@ -48,7 +48,7 @@ int ChannelAccessIFTest::runAllTest() {
testPlan(152);
#endif
/* test_implementation();
test_implementation();
test_providerName();
test_createEmptyChannel();
@@ -56,10 +56,10 @@ int ChannelAccessIFTest::runAllTest() {
test_createChannel();
test_recreateChannelOnDestroyedProvider();
test_findEmptyChannel();
test_findChannel();*/
test_findChannel();
test_channel();
/* test_channelGetWithInvalidChannelAndRequester();
test_channelGetWithInvalidChannelAndRequester();
test_channelGetNoProcess();
test_channelGetIntProcess();
test_channelGetTestNoConnection();
@@ -95,7 +95,7 @@ int ChannelAccessIFTest::runAllTest() {
test_channelArray();
test_channelArray_destroy();
test_channelArrayTestNoConnection();*/
test_channelArrayTestNoConnection();
#ifdef ENABLE_STRESS_TESTS
test_stressConnectDisconnect();