diff options
| author | Keith Wall <kwall@apache.org> | 2014-03-21 16:58:19 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2014-03-21 16:58:19 +0000 |
| commit | b0e9d446fd5edc23267e2aa924a703749bdb95df (patch) | |
| tree | 0e60cbf5781b14f138d0b291e2b6c407dab87312 /qpid/java/systests/src | |
| parent | f94b0f8a2af9a221359d16d28ba2d67860f31460 (diff) | |
| download | qpid-python-b0e9d446fd5edc23267e2aa924a703749bdb95df.tar.gz | |
QPID-5624: Remove dead test virtualhost.xml files and references to the same
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha2@1579979 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests/src')
| -rwxr-xr-x | qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidBrokerTestCase.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidBrokerTestCase.java b/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidBrokerTestCase.java index 93cf90829d..2ffca48f56 100755 --- a/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidBrokerTestCase.java +++ b/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidBrokerTestCase.java @@ -642,11 +642,6 @@ public class QpidBrokerTestCase extends QpidTestCase return _output + File.separator + getTestQueueName() + "-" + port + "-config"; } - public String getTestVirtualhostsFile(int port) - { - return _output + File.separator + getTestQueueName() + "-" + port + "-virtualhosts.xml"; - } - protected String getPathRelativeToWorkingDirectory(String file) { File configLocation = new File(file); |
