From ac8bed9a2f8d619e4b8935378b88f755018f5293 Mon Sep 17 00:00:00 2001 From: Dustin Johnson Date: Mon, 8 Jul 2013 16:19:21 -0500 Subject: [PATCH] Issue #2106 Move deploy test properties to unit test code Change-Id: I2463848448789858843cca436f236f71f57d2d95 Former-commit-id: ee39ca286312d9cd7629ba30e56faf3635c5b128 --- .../com/raytheon/uf/common/util/DeployTestProperties.java | 0 .../com/raytheon/uf/common/util/deploy-test.properties | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/{deploy => unit}/com/raytheon/uf/common/util/DeployTestProperties.java (100%) rename tests/{deploy => unit}/com/raytheon/uf/common/util/deploy-test.properties (100%) diff --git a/tests/deploy/com/raytheon/uf/common/util/DeployTestProperties.java b/tests/unit/com/raytheon/uf/common/util/DeployTestProperties.java similarity index 100% rename from tests/deploy/com/raytheon/uf/common/util/DeployTestProperties.java rename to tests/unit/com/raytheon/uf/common/util/DeployTestProperties.java diff --git a/tests/deploy/com/raytheon/uf/common/util/deploy-test.properties b/tests/unit/com/raytheon/uf/common/util/deploy-test.properties similarity index 100% rename from tests/deploy/com/raytheon/uf/common/util/deploy-test.properties rename to tests/unit/com/raytheon/uf/common/util/deploy-test.properties