diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2009-07-13 22:02:36 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2009-07-13 22:02:36 +0000 |
| commit | 9b5891643be78710f6bc728bbeb67ec6a7b4f6b6 (patch) | |
| tree | 7c54c5b722e9851e9156dd12a0e853979e86f4b4 /qpid/java | |
| parent | f61a0c8edb33657fe5067952e085c8b5009a5595 (diff) | |
| download | qpid-python-9b5891643be78710f6bc728bbeb67ec6a7b4f6b6.tar.gz | |
changed default test ports to not conflict with the IANA assigned port numbers
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793727 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/test-profiles/default.testprofile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/default.testprofile b/qpid/java/test-profiles/default.testprofile index 58e9f90198..80d2e6a8a4 100644 --- a/qpid/java/test-profiles/default.testprofile +++ b/qpid/java/test-profiles/default.testprofile @@ -16,6 +16,10 @@ root.logging.level=warn log4j.configuration=file:///${test.profiles}/log4j-test.xml log4j.debug=false +test.port=15672 +test.port.ssl=15671 +test.port.alt=15673 + test.excludes=true test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/XAExcludeList ${test.profiles}/08ExcludeList ${test.profiles}/08ExcludeList-nopersistence test.fork=no |
