summaryrefslogtreecommitdiff
path: root/java/default.testprofile
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-05-05 11:56:33 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-05-05 11:56:33 +0000
commitba2bb1241b4825169d6781e028cd2c9307aa2c79 (patch)
tree8a8a2257efe355cfc69b197537bd69f08f5f3eb7 /java/default.testprofile
parentf093078c7741a0d4d1703a7baee3288ccddd44f4 (diff)
downloadqpid-python-ba2bb1241b4825169d6781e028cd2c9307aa2c79.tar.gz
QPID-997 : Cause of delay is the missing / in the file url for the log4j configuration file. Under windows the path would start file://c:/ which log4j assumes is some remote file system. For windows it needs to be file:///c:/
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/default.testprofile')
-rw-r--r--java/default.testprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/default.testprofile b/java/default.testprofile
index d21ef9af71..9b848e20fd 100644
--- a/java/default.testprofile
+++ b/java/default.testprofile
@@ -8,7 +8,7 @@ log=info
max_prefetch=1000
amqj.logging.level=$log
root.logging.level=$log
-log4j.configuration=file://${project.root}/log4j-test.xml
+log4j.configuration=file:///${project.root}/log4j-test.xml
test.fork=no
test.mem=512M
test=*Test