Author: nzamosenchuk
Date: 2011-10-20 03:29:45 -0400 (Thu, 20 Oct 2011)
New Revision: 5073
Modified:
jcr/trunk/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/cluster/functional/WebdavQueryTest.java
Log:
EXOJCR-1538 : fix message output
Modified:
jcr/trunk/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/cluster/functional/WebdavQueryTest.java
===================================================================
---
jcr/trunk/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/cluster/functional/WebdavQueryTest.java 2011-10-19
14:24:18 UTC (rev 5072)
+++
jcr/trunk/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/cluster/functional/WebdavQueryTest.java 2011-10-20
07:29:45 UTC (rev 5073)
@@ -249,7 +249,7 @@
List<String> found;
assertEquals(207, response.getStatusCode());
found = parseNodeNames(response.getData());
- assertTrue("Lists are not equals:\n*found:\t" + found +
"\n*expected:\t" + entry.getValue(),
+ assertTrue("Lists are not equals:\n*found:\t" + found +
"\n*expected:\t" + Arrays.asList(entry.getValue()),
compareLists(Arrays.asList(entry.getValue()), found));
}
}
Show replies by date