diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-08-09 23:36:45 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-08-09 23:36:45 +0000 |
| commit | edb5cd6ec670c34a6ae633913eff22599b35bf86 (patch) | |
| tree | a6cf90b7347bbcb1a2365dfd9c68ad72a79b0158 /qpid/java/common/src/test | |
| parent | b9a2b969bacc9f583aa91bc20371566e3848e26a (diff) | |
| download | qpid-python-edb5cd6ec670c34a6ae633913eff22599b35bf86.tar.gz | |
QPID-3402: revert r1155516, bad things happened without space
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1155972 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common/src/test')
| -rw-r--r-- | qpid/java/common/src/test/java/org/apache/qpid/test/utils/QpidTestCase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/common/src/test/java/org/apache/qpid/test/utils/QpidTestCase.java b/qpid/java/common/src/test/java/org/apache/qpid/test/utils/QpidTestCase.java index 862406c767..89542e8125 100644 --- a/qpid/java/common/src/test/java/org/apache/qpid/test/utils/QpidTestCase.java +++ b/qpid/java/common/src/test/java/org/apache/qpid/test/utils/QpidTestCase.java @@ -59,7 +59,7 @@ public class QpidTestCase extends TestCase String exclusionListString = System.getProperties().getProperty("test.excludelist", ""); List<String> exclusionList = new ArrayList<String>(); - for (String uri : exclusionListURIs.split(";\\s+")) + for (String uri : exclusionListURIs.split("\\s+")) { File file = new File(uri); if (file.exists()) |
