Skip to content

Commit

Permalink
CHUKWA-466. Fix failing test cases.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/hadoop/chukwa/branches/chukwa-0.4@933356 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ariel Shemaiah Rabkin committed Apr 12, 2010
1 parent 00e9c16 commit d6a24ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public void testSocketTee() throws Exception {
data = new byte[len];
read = dis.read(data);
String rcvd = new String(data);
System.out.println("got: " + rcvd);
System.out.println("got " + read+"/" +len +" bytes: " + rcvd);
assertTrue("hostNameFoo dataTypeFoo streamName 4\ntext".equals(rcvd));
s3.close();
dis.close();
Expand Down

0 comments on commit d6a24ac

Please sign in to comment.