More repository test tweaks for Jenkins.

This commit is contained in:
James Turner
2016-06-07 11:23:48 +01:00
parent dc1696dfd5
commit 5ba9004853
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);