From 89aacf385e0f0b9b596ef5f350611698129591c9 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Sun, 22 Nov 2009 04:42:50 +0100 Subject: [PATCH] relocate tests; they belong into namespace session --- .../proc/mobject/{ => session}/placement-scope-test.cpp | 0 tests/components/proc/mobject/{ => session}/query-focus-test.cpp | 0 tests/components/proc/mobject/{ => session}/scope-path-test.cpp | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tests/components/proc/mobject/{ => session}/placement-scope-test.cpp (100%) rename tests/components/proc/mobject/{ => session}/query-focus-test.cpp (100%) rename tests/components/proc/mobject/{ => session}/scope-path-test.cpp (100%) diff --git a/tests/components/proc/mobject/placement-scope-test.cpp b/tests/components/proc/mobject/session/placement-scope-test.cpp similarity index 100% rename from tests/components/proc/mobject/placement-scope-test.cpp rename to tests/components/proc/mobject/session/placement-scope-test.cpp diff --git a/tests/components/proc/mobject/query-focus-test.cpp b/tests/components/proc/mobject/session/query-focus-test.cpp similarity index 100% rename from tests/components/proc/mobject/query-focus-test.cpp rename to tests/components/proc/mobject/session/query-focus-test.cpp diff --git a/tests/components/proc/mobject/scope-path-test.cpp b/tests/components/proc/mobject/session/scope-path-test.cpp similarity index 100% rename from tests/components/proc/mobject/scope-path-test.cpp rename to tests/components/proc/mobject/session/scope-path-test.cpp