From 66eb0bc9ae2250826b0d51c157fb7cff9418599a Mon Sep 17 00:00:00 2001 From: buret Date: Fri, 10 Aug 2007 15:43:06 +0000 Subject: Modify unitary tests to be launched with a station executable git-svn-id: svn+ssh://pessac/svn/cesar/trunk@589 017c9cb6-072f-447c-8318-d5b54f68fe89 --- maximus/functioncall/src/FunctionCallManagerTest.cpp | 4 +++- maximus/functioncall/src/IFunctionCallTest.cpp | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'maximus/functioncall') diff --git a/maximus/functioncall/src/FunctionCallManagerTest.cpp b/maximus/functioncall/src/FunctionCallManagerTest.cpp index d23bc20e2b..87ae718ed4 100644 --- a/maximus/functioncall/src/FunctionCallManagerTest.cpp +++ b/maximus/functioncall/src/FunctionCallManagerTest.cpp @@ -2,6 +2,8 @@ #include "FunctionCallManagerTest.h" #include "FunctionSciMsg.h" +#include "Error.h" + #include using namespace std; @@ -15,7 +17,7 @@ void FunctionCallManagerTest::setUp (void) clog << "\tFunctionCallManagerTest -> SciServer()" << endl; mpSciServer = new SciServer (); clog << "\tFunctionCallManagerTest -> FunctionCallManager(SciServer*)" << endl; - mpFunctionCallManager = new FunctionCallManager (); + mpFunctionCallManager = new FunctionCallManager (mpSciServer); } diff --git a/maximus/functioncall/src/IFunctionCallTest.cpp b/maximus/functioncall/src/IFunctionCallTest.cpp index e7f48bdef1..120640fa27 100644 --- a/maximus/functioncall/src/IFunctionCallTest.cpp +++ b/maximus/functioncall/src/IFunctionCallTest.cpp @@ -6,6 +6,8 @@ #include "FunctionCallParameter.h" #include "SystemManager.h" +#include "Error.h" + #include using namespace std; -- cgit v1.2.3