Salome HOME
Work in progress : workload manager uses nb_parallel_procs.
[modules/yacs.git] / src / engine / Test / RuntimeForEngineIntegrationTest.cxx
index a9ae6e2b442c8aa166dd9beca6e081595c05bae6..dcb4161eedd98105fc5e9bc03a48b76a9c079e3f 100644 (file)
@@ -36,13 +36,7 @@ void RuntimeForEngineIntegrationTest::setRuntime()
 
 std::vector< std::pair<std::string,int> > RuntimeForEngineIntegrationTest::getCatalogOfComputeNodes() const
 {
-  std::vector< std::pair<std::string,int> > result(1);
-  std::pair<std::string,int> localhost;
-  localhost.first = "localhost";
-  localhost.second = 8;
-  result[0] = localhost;
-  return result;
-//  throw Exception("RuntimeForEngineTest::getCatalogOfComputeNodes : not implemented !");
+  return std::vector< std::pair<std::string,int> >();
 }
 
 ElementaryNode* RuntimeForEngineIntegrationTest::createNode(const std::string& implementation, const std::string& name)