diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2006-11-08 12:29:16 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2006-11-08 12:29:16 +0000 |
| commit | bb5a766abd27601d28a17ef28102c9b59d2734bd (patch) | |
| tree | 0a4ad52ac4d71a67dcdcfd3275a882b0500a801a /qpid/java/client/test | |
| parent | 55038197946d1018e6a2e3d1799b3ade82a910db (diff) | |
| download | qpid-python-bb5a766abd27601d28a17ef28102c9b59d2734bd.tar.gz | |
Made the temp. directory contain currentMillis to reduce Permission errors
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@472471 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/test')
| -rw-r--r-- | qpid/java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/Bind.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/Bind.java b/qpid/java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/Bind.java index a867a6d6e3..9587ee14ce 100644 --- a/qpid/java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/Bind.java +++ b/qpid/java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/Bind.java @@ -48,7 +48,7 @@ import java.util.Hashtable; */ class Bind { - public static final String DEFAULT_PROVIDER_FILE_PATH = System.getProperty("java.io.tmpdir") + "/JNDITest"; + public static final String DEFAULT_PROVIDER_FILE_PATH = System.getProperty("java.io.tmpdir") + "/JNDITest" + System.currentTimeMillis(); public static final String PROVIDER_URL = "file://" + DEFAULT_PROVIDER_FILE_PATH; String _connectionFactoryString = ""; |
