#include "HYDROGUI_ProfileDlg.h"
-#include "HYDROGUI_Module.h"
#include "HYDROGUI_Tool.h"
#include "HYDROGUI_AISTrihedron.h"
+#ifndef TEST_MODE
#include "HYDROGUI_Tool2.h"
+#endif
#include <CurveCreator_Widget.h>
#include <CurveCreator_ICurve.hxx>
#include <OCCViewer_Utilities.h>
#include <OCCViewer_ViewManager.h>
#include <OCCViewer_ViewFrame.h>
+
+#ifndef TEST_MODE
#include <LightApp_Application.h>
+#endif
#include <SUIT_Session.h>
#include <SUIT_ResourceMgr.h>
: HYDROGUI_InputPanel( theModule, theTitle, true, isSplitter )
{
SUIT_ResourceMgr* aResMgr = SUIT_Session::session()->resourceMgr();
+#ifndef TEST_MODE
SUIT_Study* aStudy = theModule ? theModule->application()->activeStudy() : 0;
-
+#else
+ SUIT_Study* aStudy = 0;
+#endif
myViewManager = new OCCViewer_ViewManager( aStudy, 0 );
OCCViewer_Viewer* aViewer = new OCCViewer_Viewer( true );