From 81a49cd2c48de85adfe6decf5c37ef8f3ec78d90 Mon Sep 17 00:00:00 2001
From: Julien Malik <julien.malik@c-s.fr>
Date: Tue, 13 Sep 2011 16:05:15 +0200
Subject: [PATCH] ENH: move qt tests

---
 Testing/{ => Code/Wrappers/PyQt}/PyQt/CMakeLists.txt              | 0
 Testing/{ => Code/Wrappers/PyQt}/PyQt/PyQtTest.py                 | 0
 Testing/{ => Code/Wrappers/Qt}/QtWidget/CMakeLists.txt            | 0
 .../Wrappers/Qt}/QtWidget/otbWrapperQtWidgetParameterFactory.cxx  | 0
 .../{ => Code/Wrappers/Qt}/QtWidget/otbWrapperQtWidgetTests.cxx   | 0
 5 files changed, 0 insertions(+), 0 deletions(-)
 rename Testing/{ => Code/Wrappers/PyQt}/PyQt/CMakeLists.txt (100%)
 rename Testing/{ => Code/Wrappers/PyQt}/PyQt/PyQtTest.py (100%)
 rename Testing/{ => Code/Wrappers/Qt}/QtWidget/CMakeLists.txt (100%)
 rename Testing/{ => Code/Wrappers/Qt}/QtWidget/otbWrapperQtWidgetParameterFactory.cxx (100%)
 rename Testing/{ => Code/Wrappers/Qt}/QtWidget/otbWrapperQtWidgetTests.cxx (100%)

diff --git a/Testing/PyQt/CMakeLists.txt b/Testing/Code/Wrappers/PyQt/PyQt/CMakeLists.txt
similarity index 100%
rename from Testing/PyQt/CMakeLists.txt
rename to Testing/Code/Wrappers/PyQt/PyQt/CMakeLists.txt
diff --git a/Testing/PyQt/PyQtTest.py b/Testing/Code/Wrappers/PyQt/PyQt/PyQtTest.py
similarity index 100%
rename from Testing/PyQt/PyQtTest.py
rename to Testing/Code/Wrappers/PyQt/PyQt/PyQtTest.py
diff --git a/Testing/QtWidget/CMakeLists.txt b/Testing/Code/Wrappers/Qt/QtWidget/CMakeLists.txt
similarity index 100%
rename from Testing/QtWidget/CMakeLists.txt
rename to Testing/Code/Wrappers/Qt/QtWidget/CMakeLists.txt
diff --git a/Testing/QtWidget/otbWrapperQtWidgetParameterFactory.cxx b/Testing/Code/Wrappers/Qt/QtWidget/otbWrapperQtWidgetParameterFactory.cxx
similarity index 100%
rename from Testing/QtWidget/otbWrapperQtWidgetParameterFactory.cxx
rename to Testing/Code/Wrappers/Qt/QtWidget/otbWrapperQtWidgetParameterFactory.cxx
diff --git a/Testing/QtWidget/otbWrapperQtWidgetTests.cxx b/Testing/Code/Wrappers/Qt/QtWidget/otbWrapperQtWidgetTests.cxx
similarity index 100%
rename from Testing/QtWidget/otbWrapperQtWidgetTests.cxx
rename to Testing/Code/Wrappers/Qt/QtWidget/otbWrapperQtWidgetTests.cxx
-- 
GitLab