diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-04-17 09:01:44 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-04-17 09:01:44 +0000 |
| commit | 4eef5acd3a2ca7639bb0ee085c6f7e56933acee5 (patch) | |
| tree | 5b42e8b0c31a644fc16a530af37dd77ce8b5d2c0 /java/common/src/test | |
| parent | 6a6b21878d7646b083d19126e879af0b16120763 (diff) | |
| download | qpid-python-4eef5acd3a2ca7639bb0ee085c6f7e56933acee5.tar.gz | |
QPID-3923: Store queue, exchange and binding as configured objects in bdb store
Applied patch by Oleksandr Rudyy <orudyy@gmail.com>, Phil Harvey <phil@philharveyonline.com>, and myself.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1327003 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common/src/test')
| -rw-r--r-- | java/common/src/test/java/org/apache/qpid/test/utils/QpidTestCase.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/common/src/test/java/org/apache/qpid/test/utils/QpidTestCase.java b/java/common/src/test/java/org/apache/qpid/test/utils/QpidTestCase.java index 0668120b72..cbf6caf141 100644 --- a/java/common/src/test/java/org/apache/qpid/test/utils/QpidTestCase.java +++ b/java/common/src/test/java/org/apache/qpid/test/utils/QpidTestCase.java @@ -42,6 +42,7 @@ public class QpidTestCase extends TestCase { public static final String QPID_HOME = System.getProperty("QPID_HOME"); public static final String TEST_RESOURCES_DIR = QPID_HOME + "/../test-profiles/test_resources/"; + public static final String TMP_FOLDER = System.getProperty("java.io.tmpdir"); private static final Logger _logger = Logger.getLogger(QpidTestCase.class); |
