From dd0b46599739f3596d18a18b1f23f5290754e73c Mon Sep 17 00:00:00 2001 From: Clarisse Genrault Date: Mon, 20 Feb 2017 16:14:15 +0100 Subject: [PATCH] Transfer of tests (Primitives, Transfotmation and GDML). --- .../SHAPER/GDML/TestAPI_ConeSegment.py | 0 {src/GDMLAPI/Test => test.API/SHAPER/GDML}/TestConeSegment.py | 0 .../Test => test.API/SHAPER/Primitives}/TestAPI_Box.py | 0 .../Test => test.API/SHAPER/Primitives}/TestAPI_Cylinder.py | 0 {src/PrimitivesAPI/Test => test.API/SHAPER/Primitives}/TestBox.py | 0 .../Test => test.API/SHAPER/Primitives}/TestCylinder.py | 0 .../Test => test.API/SHAPER/Transformations}/TestAPI_Scale.py | 0 .../Test => test.API/SHAPER/Transformations}/TestAPI_Symmetry.py | 0 .../SHAPER/Transformations}/TestAPI_Translation.py | 0 .../SHAPER/Transformations/TestScale.py | 0 .../SHAPER/Transformations/TestSymmetry.py | 0 .../SHAPER/Transformations/TestTranslation.py | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename src/GeomAlgoAPI/Test/TestAPI_GDMLConeSegment.py => test.API/SHAPER/GDML/TestAPI_ConeSegment.py (100%) rename {src/GDMLAPI/Test => test.API/SHAPER/GDML}/TestConeSegment.py (100%) rename {src/GeomAlgoAPI/Test => test.API/SHAPER/Primitives}/TestAPI_Box.py (100%) rename {src/GeomAlgoAPI/Test => test.API/SHAPER/Primitives}/TestAPI_Cylinder.py (100%) rename {src/PrimitivesAPI/Test => test.API/SHAPER/Primitives}/TestBox.py (100%) rename {src/PrimitivesAPI/Test => test.API/SHAPER/Primitives}/TestCylinder.py (100%) rename {src/GeomAlgoAPI/Test => test.API/SHAPER/Transformations}/TestAPI_Scale.py (100%) rename {src/GeomAlgoAPI/Test => test.API/SHAPER/Transformations}/TestAPI_Symmetry.py (100%) rename {src/GeomAlgoAPI/Test => test.API/SHAPER/Transformations}/TestAPI_Translation.py (100%) rename src/FeaturesAPI/Test/APIParam_Scale.py => test.API/SHAPER/Transformations/TestScale.py (100%) rename src/FeaturesAPI/Test/APIParam_Symmetry.py => test.API/SHAPER/Transformations/TestSymmetry.py (100%) rename src/FeaturesAPI/Test/APIParam_Translation.py => test.API/SHAPER/Transformations/TestTranslation.py (100%) diff --git a/src/GeomAlgoAPI/Test/TestAPI_GDMLConeSegment.py b/test.API/SHAPER/GDML/TestAPI_ConeSegment.py similarity index 100% rename from src/GeomAlgoAPI/Test/TestAPI_GDMLConeSegment.py rename to test.API/SHAPER/GDML/TestAPI_ConeSegment.py diff --git a/src/GDMLAPI/Test/TestConeSegment.py b/test.API/SHAPER/GDML/TestConeSegment.py similarity index 100% rename from src/GDMLAPI/Test/TestConeSegment.py rename to test.API/SHAPER/GDML/TestConeSegment.py diff --git a/src/GeomAlgoAPI/Test/TestAPI_Box.py b/test.API/SHAPER/Primitives/TestAPI_Box.py similarity index 100% rename from src/GeomAlgoAPI/Test/TestAPI_Box.py rename to test.API/SHAPER/Primitives/TestAPI_Box.py diff --git a/src/GeomAlgoAPI/Test/TestAPI_Cylinder.py b/test.API/SHAPER/Primitives/TestAPI_Cylinder.py similarity index 100% rename from src/GeomAlgoAPI/Test/TestAPI_Cylinder.py rename to test.API/SHAPER/Primitives/TestAPI_Cylinder.py diff --git a/src/PrimitivesAPI/Test/TestBox.py b/test.API/SHAPER/Primitives/TestBox.py similarity index 100% rename from src/PrimitivesAPI/Test/TestBox.py rename to test.API/SHAPER/Primitives/TestBox.py diff --git a/src/PrimitivesAPI/Test/TestCylinder.py b/test.API/SHAPER/Primitives/TestCylinder.py similarity index 100% rename from src/PrimitivesAPI/Test/TestCylinder.py rename to test.API/SHAPER/Primitives/TestCylinder.py diff --git a/src/GeomAlgoAPI/Test/TestAPI_Scale.py b/test.API/SHAPER/Transformations/TestAPI_Scale.py similarity index 100% rename from src/GeomAlgoAPI/Test/TestAPI_Scale.py rename to test.API/SHAPER/Transformations/TestAPI_Scale.py diff --git a/src/GeomAlgoAPI/Test/TestAPI_Symmetry.py b/test.API/SHAPER/Transformations/TestAPI_Symmetry.py similarity index 100% rename from src/GeomAlgoAPI/Test/TestAPI_Symmetry.py rename to test.API/SHAPER/Transformations/TestAPI_Symmetry.py diff --git a/src/GeomAlgoAPI/Test/TestAPI_Translation.py b/test.API/SHAPER/Transformations/TestAPI_Translation.py similarity index 100% rename from src/GeomAlgoAPI/Test/TestAPI_Translation.py rename to test.API/SHAPER/Transformations/TestAPI_Translation.py diff --git a/src/FeaturesAPI/Test/APIParam_Scale.py b/test.API/SHAPER/Transformations/TestScale.py similarity index 100% rename from src/FeaturesAPI/Test/APIParam_Scale.py rename to test.API/SHAPER/Transformations/TestScale.py diff --git a/src/FeaturesAPI/Test/APIParam_Symmetry.py b/test.API/SHAPER/Transformations/TestSymmetry.py similarity index 100% rename from src/FeaturesAPI/Test/APIParam_Symmetry.py rename to test.API/SHAPER/Transformations/TestSymmetry.py diff --git a/src/FeaturesAPI/Test/APIParam_Translation.py b/test.API/SHAPER/Transformations/TestTranslation.py similarity index 100% rename from src/FeaturesAPI/Test/APIParam_Translation.py rename to test.API/SHAPER/Transformations/TestTranslation.py -- 2.39.2