flow: Merged <feature> 'codec' to <develop> ('default').

This commit is contained in:
Matej Sekoranja
2014-03-26 14:07:51 +01:00
18 changed files with 5700 additions and 2472 deletions

View File

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