Merge branch 'next' of ssh://git.code.sf.net/p/flightgear/simgear into next

This commit is contained in:
Erik Hofman 2016-06-07 21:51:21 +02:00
commit da1aeece14
2 changed files with 3 additions and 1 deletions

View File

@ -235,7 +235,6 @@ public:
it = std::remove_if(_channels.begin(), _channels.end(), EraseIfClosed());
for (typename std::vector<T*>::iterator it2 = it; it2 != _channels.end(); ++it2) {
_poller.removeChannel(*it2);
delete *it2;
}

View File

@ -899,6 +899,9 @@ int main(int argc, char* argv[])
testAbandonCorruptFiles(&cl);
testServer.disconnectAll();
cl.clearAllConnections();
testPartialUpdateBasic(&cl);
testPartialUpdateExisting(&cl);
testPartialUpdateWidenWhileInProgress(&cl);