From 314bebb6c73d42b38cd69f3bea74a80b8cecabf2 Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Tue, 13 Sep 2011 16:08:30 +0200 Subject: [PATCH] ENH: move Testing/Example to Testing/Applications --- Testing/{ => Applications}/Example/CMakeLists.txt | 0 Testing/{ => Applications}/Example/otbAllocateOutputTest.cxx | 0 Testing/{ => Applications}/Example/otbCopyInputTest.cxx | 0 Testing/{ => Applications}/Example/otbInternalReaderTest.cxx | 0 Testing/{ => Applications}/Example/otbRescaleTest.cxx | 0 Testing/{ => Applications}/Example/otbSmoothingTest.cxx | 0 Testing/{ => Applications}/Example/otbSmoothingTest2.cxx | 0 .../Example/otbWrapperExampleTests_AllocateOutput.cxx | 0 .../Example/otbWrapperExampleTests_CopyInput.cxx | 0 .../Example/otbWrapperExampleTests_InternalReader.cxx | 0 .../{ => Applications}/Example/otbWrapperExampleTests_Rescale.cxx | 0 .../Example/otbWrapperExampleTests_Smoothing.cxx | 0 .../Example/otbWrapperExampleTests_Smoothing2.cxx | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename Testing/{ => Applications}/Example/CMakeLists.txt (100%) rename Testing/{ => Applications}/Example/otbAllocateOutputTest.cxx (100%) rename Testing/{ => Applications}/Example/otbCopyInputTest.cxx (100%) rename Testing/{ => Applications}/Example/otbInternalReaderTest.cxx (100%) rename Testing/{ => Applications}/Example/otbRescaleTest.cxx (100%) rename Testing/{ => Applications}/Example/otbSmoothingTest.cxx (100%) rename Testing/{ => Applications}/Example/otbSmoothingTest2.cxx (100%) rename Testing/{ => Applications}/Example/otbWrapperExampleTests_AllocateOutput.cxx (100%) rename Testing/{ => Applications}/Example/otbWrapperExampleTests_CopyInput.cxx (100%) rename Testing/{ => Applications}/Example/otbWrapperExampleTests_InternalReader.cxx (100%) rename Testing/{ => Applications}/Example/otbWrapperExampleTests_Rescale.cxx (100%) rename Testing/{ => Applications}/Example/otbWrapperExampleTests_Smoothing.cxx (100%) rename Testing/{ => Applications}/Example/otbWrapperExampleTests_Smoothing2.cxx (100%) diff --git a/Testing/Example/CMakeLists.txt b/Testing/Applications/Example/CMakeLists.txt similarity index 100% rename from Testing/Example/CMakeLists.txt rename to Testing/Applications/Example/CMakeLists.txt diff --git a/Testing/Example/otbAllocateOutputTest.cxx b/Testing/Applications/Example/otbAllocateOutputTest.cxx similarity index 100% rename from Testing/Example/otbAllocateOutputTest.cxx rename to Testing/Applications/Example/otbAllocateOutputTest.cxx diff --git a/Testing/Example/otbCopyInputTest.cxx b/Testing/Applications/Example/otbCopyInputTest.cxx similarity index 100% rename from Testing/Example/otbCopyInputTest.cxx rename to Testing/Applications/Example/otbCopyInputTest.cxx diff --git a/Testing/Example/otbInternalReaderTest.cxx b/Testing/Applications/Example/otbInternalReaderTest.cxx similarity index 100% rename from Testing/Example/otbInternalReaderTest.cxx rename to Testing/Applications/Example/otbInternalReaderTest.cxx diff --git a/Testing/Example/otbRescaleTest.cxx b/Testing/Applications/Example/otbRescaleTest.cxx similarity index 100% rename from Testing/Example/otbRescaleTest.cxx rename to Testing/Applications/Example/otbRescaleTest.cxx diff --git a/Testing/Example/otbSmoothingTest.cxx b/Testing/Applications/Example/otbSmoothingTest.cxx similarity index 100% rename from Testing/Example/otbSmoothingTest.cxx rename to Testing/Applications/Example/otbSmoothingTest.cxx diff --git a/Testing/Example/otbSmoothingTest2.cxx b/Testing/Applications/Example/otbSmoothingTest2.cxx similarity index 100% rename from Testing/Example/otbSmoothingTest2.cxx rename to Testing/Applications/Example/otbSmoothingTest2.cxx diff --git a/Testing/Example/otbWrapperExampleTests_AllocateOutput.cxx b/Testing/Applications/Example/otbWrapperExampleTests_AllocateOutput.cxx similarity index 100% rename from Testing/Example/otbWrapperExampleTests_AllocateOutput.cxx rename to Testing/Applications/Example/otbWrapperExampleTests_AllocateOutput.cxx diff --git a/Testing/Example/otbWrapperExampleTests_CopyInput.cxx b/Testing/Applications/Example/otbWrapperExampleTests_CopyInput.cxx similarity index 100% rename from Testing/Example/otbWrapperExampleTests_CopyInput.cxx rename to Testing/Applications/Example/otbWrapperExampleTests_CopyInput.cxx diff --git a/Testing/Example/otbWrapperExampleTests_InternalReader.cxx b/Testing/Applications/Example/otbWrapperExampleTests_InternalReader.cxx similarity index 100% rename from Testing/Example/otbWrapperExampleTests_InternalReader.cxx rename to Testing/Applications/Example/otbWrapperExampleTests_InternalReader.cxx diff --git a/Testing/Example/otbWrapperExampleTests_Rescale.cxx b/Testing/Applications/Example/otbWrapperExampleTests_Rescale.cxx similarity index 100% rename from Testing/Example/otbWrapperExampleTests_Rescale.cxx rename to Testing/Applications/Example/otbWrapperExampleTests_Rescale.cxx diff --git a/Testing/Example/otbWrapperExampleTests_Smoothing.cxx b/Testing/Applications/Example/otbWrapperExampleTests_Smoothing.cxx similarity index 100% rename from Testing/Example/otbWrapperExampleTests_Smoothing.cxx rename to Testing/Applications/Example/otbWrapperExampleTests_Smoothing.cxx diff --git a/Testing/Example/otbWrapperExampleTests_Smoothing2.cxx b/Testing/Applications/Example/otbWrapperExampleTests_Smoothing2.cxx similarity index 100% rename from Testing/Example/otbWrapperExampleTests_Smoothing2.cxx rename to Testing/Applications/Example/otbWrapperExampleTests_Smoothing2.cxx -- GitLab