]> git.mxchange.org Git - simgear.git/commitdiff
More repository test tweaks for Jenkins.
authorJames Turner <zakalawe@mac.com>
Tue, 7 Jun 2016 10:23:48 +0000 (11:23 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 13 Aug 2016 08:21:16 +0000 (10:21 +0200)
simgear/io/test_HTTP.hxx
simgear/io/test_repository.cxx

index 257ced064d932ef20e8c1096eb72284e16df395f..11b251718440b34ff4c0526c967470a66645b858 100644 (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;
         }
 
index f7d5cac466761de130b7a8d45d7c273aaa04fb47..c06830fceb81d89af743195985b7bf254f9e4432 100644 (file)
@@ -899,6 +899,9 @@ int main(int argc, char* argv[])
 
     testAbandonCorruptFiles(&cl);
 
+    testServer.disconnectAll();
+    cl.clearAllConnections();
+    
     testPartialUpdateBasic(&cl);
     testPartialUpdateExisting(&cl);
     testPartialUpdateWidenWhileInProgress(&cl);