From 6af337195781fc17e61d49250840ff60a19534f3 Mon Sep 17 00:00:00 2001 From: Colin Dixon Date: Tue, 30 Apr 2013 14:40:42 -0500 Subject: [PATCH] changing directory structure to fix errors Change-Id: I6df95b0274b7df5cf4737a02607707c555ffb1df Signed-off-by: Colin Dixon --- .../controller/hosttracker/{ => internal}/HostTrackerTest.java | 0 .../controller/switchmanager/SubnetTest.java | 0 .../controller/switchmanager/SwitchTest.java | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename opendaylight/hosttracker/implementation/src/test/java/org/opendaylight/controller/hosttracker/{ => internal}/HostTrackerTest.java (100%) rename opendaylight/switchmanager/api/src/test/java/org/{openddaylight => opendaylight}/controller/switchmanager/SubnetTest.java (100%) rename opendaylight/switchmanager/api/src/test/java/org/{openddaylight => opendaylight}/controller/switchmanager/SwitchTest.java (100%) diff --git a/opendaylight/hosttracker/implementation/src/test/java/org/opendaylight/controller/hosttracker/HostTrackerTest.java b/opendaylight/hosttracker/implementation/src/test/java/org/opendaylight/controller/hosttracker/internal/HostTrackerTest.java similarity index 100% rename from opendaylight/hosttracker/implementation/src/test/java/org/opendaylight/controller/hosttracker/HostTrackerTest.java rename to opendaylight/hosttracker/implementation/src/test/java/org/opendaylight/controller/hosttracker/internal/HostTrackerTest.java diff --git a/opendaylight/switchmanager/api/src/test/java/org/openddaylight/controller/switchmanager/SubnetTest.java b/opendaylight/switchmanager/api/src/test/java/org/opendaylight/controller/switchmanager/SubnetTest.java similarity index 100% rename from opendaylight/switchmanager/api/src/test/java/org/openddaylight/controller/switchmanager/SubnetTest.java rename to opendaylight/switchmanager/api/src/test/java/org/opendaylight/controller/switchmanager/SubnetTest.java diff --git a/opendaylight/switchmanager/api/src/test/java/org/openddaylight/controller/switchmanager/SwitchTest.java b/opendaylight/switchmanager/api/src/test/java/org/opendaylight/controller/switchmanager/SwitchTest.java similarity index 100% rename from opendaylight/switchmanager/api/src/test/java/org/openddaylight/controller/switchmanager/SwitchTest.java rename to opendaylight/switchmanager/api/src/test/java/org/opendaylight/controller/switchmanager/SwitchTest.java -- 2.36.6