From db812737efbc0abfa4079f53eb0bfdcb8d299107 Mon Sep 17 00:00:00 2001 From: Matt Clarke <matt.clarke@stfc.ac.uk> Date: Fri, 23 Nov 2007 14:31:18 +0000 Subject: [PATCH] Started to repair the damage. Refs #31 --- Code/Mantid/Kernel/test/ConfigServiceTest.h | 4 ++-- Code/Mantid/Kernel/test/DynamicFactoryTest.h | 2 +- Code/Mantid/Kernel/test/PropertyManagerTest.h | 4 ++-- Code/Mantid/Kernel/test/PropertyTest.h | 2 +- Code/Mantid/Kernel/test/PropertyWithValueTest.h | 2 +- Code/Mantid/Kernel/test/SupportTest.h | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Code/Mantid/Kernel/test/ConfigServiceTest.h b/Code/Mantid/Kernel/test/ConfigServiceTest.h index 3b3b107562f..95b1c2bc27e 100644 --- a/Code/Mantid/Kernel/test/ConfigServiceTest.h +++ b/Code/Mantid/Kernel/test/ConfigServiceTest.h @@ -3,8 +3,8 @@ #include <cxxtest/TestSuite.h> -#include "../inc/ConfigService.h" -#include "../inc/Logger.h" +#include "MantidKernel/ConfigService.h" +#include "MantidKernel/Logger.h" #include <string> #include <iostream> diff --git a/Code/Mantid/Kernel/test/DynamicFactoryTest.h b/Code/Mantid/Kernel/test/DynamicFactoryTest.h index 8f4e18fd82d..9417c7c3c13 100644 --- a/Code/Mantid/Kernel/test/DynamicFactoryTest.h +++ b/Code/Mantid/Kernel/test/DynamicFactoryTest.h @@ -3,7 +3,7 @@ #include <cxxtest/TestSuite.h> -#include "../inc/DynamicFactory.h" +#include "MantidKernel/DynamicFactory.h" using namespace Mantid::Kernel; diff --git a/Code/Mantid/Kernel/test/PropertyManagerTest.h b/Code/Mantid/Kernel/test/PropertyManagerTest.h index b1d8edbbf6b..75d78de3e1e 100644 --- a/Code/Mantid/Kernel/test/PropertyManagerTest.h +++ b/Code/Mantid/Kernel/test/PropertyManagerTest.h @@ -3,8 +3,8 @@ #include <cxxtest/TestSuite.h> -#include "../inc/PropertyManager.h" -#include "../inc/PropertyWithValue.h" +#include "MantidKernel/PropertyManager.h" +#include "MantidKernel/PropertyWithValue.h" #include <iostream> using namespace Mantid::Kernel; diff --git a/Code/Mantid/Kernel/test/PropertyTest.h b/Code/Mantid/Kernel/test/PropertyTest.h index 0faa8ac1b6a..79d8cd3d5da 100644 --- a/Code/Mantid/Kernel/test/PropertyTest.h +++ b/Code/Mantid/Kernel/test/PropertyTest.h @@ -3,7 +3,7 @@ #include <cxxtest/TestSuite.h> -#include "../inc/Property.h" +#include "MantidKernel/Property.h" using namespace Mantid::Kernel; diff --git a/Code/Mantid/Kernel/test/PropertyWithValueTest.h b/Code/Mantid/Kernel/test/PropertyWithValueTest.h index 296d6391909..b5ee1fb545e 100644 --- a/Code/Mantid/Kernel/test/PropertyWithValueTest.h +++ b/Code/Mantid/Kernel/test/PropertyWithValueTest.h @@ -3,7 +3,7 @@ #include <cxxtest/TestSuite.h> -#include "../inc/PropertyWithValue.h" +#include "MantidKernel/PropertyWithValue.h" using namespace Mantid::Kernel; diff --git a/Code/Mantid/Kernel/test/SupportTest.h b/Code/Mantid/Kernel/test/SupportTest.h index d0334d0c468..73031be783b 100644 --- a/Code/Mantid/Kernel/test/SupportTest.h +++ b/Code/Mantid/Kernel/test/SupportTest.h @@ -4,7 +4,7 @@ #include <cxxtest/TestSuite.h> -#include "../inc/Support.h" +#include "MantidKernel/Support.h" #include <string> using namespace Mantid::StrFunc; -- GitLab