[
https://issues.apache.org/jira/browse/ZOOKEEPER-2742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15990024#comment-15990024
]
Hudson commented on ZOOKEEPER-2742:
-----------------------------------
SUCCESS: Integrated in Jenkins build ZooKeeper-trunk #3372 (See
[https://builds.apache.org/job/ZooKeeper-trunk/3372/])
ZOOKEEPER-2742: Few test cases of org.apache.zookeeper.ZooKeeperTest (arshad:
rev 017ca1a24c1fa5988dd3c718f90b4beedb8a6a45)
* (edit) src/java/test/org/apache/zookeeper/ZooKeeperTest.java
> Few test cases of org.apache.zookeeper.ZooKeeperTest fails in Windows
> ---------------------------------------------------------------------
>
> Key: ZOOKEEPER-2742
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2742
> Project: ZooKeeper
> Issue Type: Test
> Components: tests
> Environment: Windows
> Reporter: Abhishek Kumar
> Priority: Trivial
> Fix For: 3.5.4, 3.6.0
>
> Attachments: ZOOKEEPER-2742-01.patch
>
>
> Following test cases fail in Windows environment:
> 1. org.apache.zookeeper.ZooKeeperTest.testLsrRootCommand()
> 2. org.apache.zookeeper.ZooKeeperTest.testLsrCommand()
> It seems that failure is related to use of "\n" (System dependent new line
> char)in org.apache.zookeeper.ZooKeeperTest.runCommandExpect(CliCommand,
> List<String>)
> ......................................
> ......................................
> String result = byteStream.toString();
> assertTrue(result, result.contains(
> StringUtils.joinStrings(expectedResults, "\n")));
> ......................................
> ......................................
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)