diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-09-30 13:38:45 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-09-30 13:38:45 +0000 |
| commit | 5a7130b942767066a1256241a1657928b0dc34f7 (patch) | |
| tree | 83380dc533a421e9543e8039ee95663dcb2846af /java/bdbstore | |
| parent | 4395626765bd0d485b5f7f4cdadc42b8e60f3997 (diff) | |
| download | qpid-python-5a7130b942767066a1256241a1657928b0dc34f7.tar.gz | |
QPID-3402: ensure the test JVMs execute with the working dir set to the qpid/java dir, use relative paths to the broker startup script and config files, update the QBTC configuration override functionality to operate relative to QPID_HOME to avoid setting properties with spaces/parentheses into QPID_OPTS
Enables the java test profiles to cope with spaces/parentheses in the parent directory structure of the checkout, as found in the matrix project workspaces on the ASF Jenkins instances
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1177658 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/bdbstore')
| -rw-r--r-- | java/bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/BDBUpgradeTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/BDBUpgradeTest.java b/java/bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/BDBUpgradeTest.java index 1ffb77961d..4861e007af 100644 --- a/java/bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/BDBUpgradeTest.java +++ b/java/bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/BDBUpgradeTest.java @@ -121,7 +121,7 @@ public class BDBUpgradeTest extends QpidBrokerTestCase upgradeBrokerStore(_fromDir, _toDir); //override the broker config used and then start the broker with the updated store - _configFile = new File(QPID_HOME, "etc/config-systests-bdb.xml"); + _configFile = new File("build/etc/config-systests-bdb.xml"); setConfigurationProperty("management.enabled", "true"); super.setUp(); |
