From 6ef4db5ce840052f563a353bd76ea31e1c350bdb Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Thu, 31 Jan 2013 19:41:45 +0000 Subject: [PATCH] Tests restructure --- tests/interfaces/openlp_core_ui/__init__.py | 0 .../openlp_core_ui/test_servicenotedialog.py | 0 .../openlp_core_ui/test_starttimedialog.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/interfaces/openlp_core_ui/__init__.py rename tests/{functional => interfaces}/openlp_core_ui/test_servicenotedialog.py (100%) rename tests/{functional => interfaces}/openlp_core_ui/test_starttimedialog.py (100%) diff --git a/tests/interfaces/openlp_core_ui/__init__.py b/tests/interfaces/openlp_core_ui/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/tests/functional/openlp_core_ui/test_servicenotedialog.py b/tests/interfaces/openlp_core_ui/test_servicenotedialog.py similarity index 100% rename from tests/functional/openlp_core_ui/test_servicenotedialog.py rename to tests/interfaces/openlp_core_ui/test_servicenotedialog.py diff --git a/tests/functional/openlp_core_ui/test_starttimedialog.py b/tests/interfaces/openlp_core_ui/test_starttimedialog.py similarity index 100% rename from tests/functional/openlp_core_ui/test_starttimedialog.py rename to tests/interfaces/openlp_core_ui/test_starttimedialog.py