From e6389e55a514654cf3fa08ea3a524e77d6153d49 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: ac8bed9a2f8d619e4b8935378b88f755018f5293 [formerly 77ce8e1acbea22856f8223a6e59f1928af8f43fe [formerly 04b9bf6b732ca1681f0bc08720dad6225b7b6154] [formerly ac8bed9a2f8d619e4b8935378b88f755018f5293 [formerly ee39ca286312d9cd7629ba30e56faf3635c5b128]]] Former-commit-id: 77ce8e1acbea22856f8223a6e59f1928af8f43fe [formerly 04b9bf6b732ca1681f0bc08720dad6225b7b6154] Former-commit-id: 77ce8e1acbea22856f8223a6e59f1928af8f43fe Former-commit-id: b90c928b0b754504bf1cdd5f1b18eab1d947aafb --- .../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