From 1ec82a60521ad0aff633bc1aa35e705f87fbce29 Mon Sep 17 00:00:00 2001 From: Walter Van Herck <w.van.herck@fz-juelich.de> Date: Tue, 4 Dec 2012 17:03:35 +0100 Subject: [PATCH] Renamed unit test file for AxisDouble (2) --- UnitTests/TestCore/main.cpp | 2 +- XCode_GISASFW.xcodeproj/project.pbxproj | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/UnitTests/TestCore/main.cpp b/UnitTests/TestCore/main.cpp index 10af4c472ed..436ab429454 100644 --- a/UnitTests/TestCore/main.cpp +++ b/UnitTests/TestCore/main.cpp @@ -5,7 +5,7 @@ #include "ExperimentTest.h" #include "GISASExperimentTest.h" #include "MaskTest.h" -#include "NamedVectorTest.h" +#include "AxisDoubleTest.h" #include "OutputDataTest.h" #include "OutputDataIteratorTest.h" diff --git a/XCode_GISASFW.xcodeproj/project.pbxproj b/XCode_GISASFW.xcodeproj/project.pbxproj index 6a28dd643c6..f6af84fb7eb 100644 --- a/XCode_GISASFW.xcodeproj/project.pbxproj +++ b/XCode_GISASFW.xcodeproj/project.pbxproj @@ -1041,7 +1041,6 @@ 622245E6160CB74C008205AC /* git_loc_history.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = git_loc_history.py; sourceTree = "<group>"; }; 622245E7160CB74C008205AC /* README */ = {isa = PBXFileReference; lastKnownFileType = text; path = README; sourceTree = "<group>"; }; 622245E8160CB74C008205AC /* shared.pri */ = {isa = PBXFileReference; lastKnownFileType = text; path = shared.pri; sourceTree = "<group>"; }; - 62224793160CB74C008205AC /* NamedVectorTest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NamedVectorTest.h; sourceTree = "<group>"; }; 62224794160CB74C008205AC /* OutputDataTest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OutputDataTest.h; sourceTree = "<group>"; }; 62224797160CB74C008205AC /* TestCore.pro */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestCore.pro; sourceTree = "<group>"; }; 62224798160CB74C008205AC /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; }; @@ -1139,6 +1138,13 @@ 62CC09A31665055E00A5B720 /* TestIsGISAXS12.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestIsGISAXS12.cpp; sourceTree = "<group>"; }; 62D7A934166E3F81009A45CE /* AxisDouble.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AxisDouble.h; sourceTree = "<group>"; }; 62D7A935166E3F8D009A45CE /* AxisDouble.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AxisDouble.cpp; sourceTree = "<group>"; }; + 62D7A937166E561E009A45CE /* AxisDoubleTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AxisDoubleTest.h; sourceTree = "<group>"; }; + 62D7A938166E561E009A45CE /* BeamTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeamTest.h; sourceTree = "<group>"; }; + 62D7A939166E561E009A45CE /* DetectorTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetectorTest.h; sourceTree = "<group>"; }; + 62D7A93A166E561E009A45CE /* ExperimentTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExperimentTest.h; sourceTree = "<group>"; }; + 62D7A93B166E561E009A45CE /* GISASExperimentTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GISASExperimentTest.h; sourceTree = "<group>"; }; + 62D7A93C166E561E009A45CE /* MaskTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MaskTest.h; sourceTree = "<group>"; }; + 62D7A93D166E561E009A45CE /* OutputDataIteratorTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OutputDataIteratorTest.h; sourceTree = "<group>"; }; 62EA736B1628421000656B41 /* FitSuite.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FitSuite.h; sourceTree = "<group>"; }; 62EA736C1628421000656B41 /* IMinimizer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IMinimizer.h; sourceTree = "<group>"; }; 62EA736D1628421000656B41 /* IObserver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IObserver.h; sourceTree = "<group>"; }; @@ -68322,7 +68328,13 @@ 6222478F160CB74C008205AC /* TestCore */ = { isa = PBXGroup; children = ( - 62224793160CB74C008205AC /* NamedVectorTest.h */, + 62D7A937166E561E009A45CE /* AxisDoubleTest.h */, + 62D7A938166E561E009A45CE /* BeamTest.h */, + 62D7A939166E561E009A45CE /* DetectorTest.h */, + 62D7A93A166E561E009A45CE /* ExperimentTest.h */, + 62D7A93B166E561E009A45CE /* GISASExperimentTest.h */, + 62D7A93C166E561E009A45CE /* MaskTest.h */, + 62D7A93D166E561E009A45CE /* OutputDataIteratorTest.h */, 62224794160CB74C008205AC /* OutputDataTest.h */, 62224797160CB74C008205AC /* TestCore.pro */, 62224798160CB74C008205AC /* main.cpp */, -- GitLab