Return-Path: X-Original-To: apmail-streams-dev-archive@minotaur.apache.org Delivered-To: apmail-streams-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8BF8311D5D for ; Thu, 18 Sep 2014 15:52:38 +0000 (UTC) Received: (qmail 85354 invoked by uid 500); 18 Sep 2014 15:52:38 -0000 Delivered-To: apmail-streams-dev-archive@streams.apache.org Received: (qmail 85315 invoked by uid 500); 18 Sep 2014 15:52:38 -0000 Mailing-List: contact dev-help@streams.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.incubator.apache.org Delivered-To: mailing list dev@streams.incubator.apache.org Received: (qmail 85303 invoked by uid 99); 18 Sep 2014 15:52:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2014 15:52:38 +0000 X-ASF-Spam-Status: No, hits=-1997.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD,URIBL_BLACK,URIBL_DBL_ABUSE_REDIR,URIBL_DBL_REDIR X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 18 Sep 2014 15:52:14 +0000 Received: (qmail 82824 invoked by uid 99); 18 Sep 2014 15:52:13 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2014 15:52:13 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id ACC45A1B24D; Thu, 18 Sep 2014 15:52:12 +0000 (UTC) From: sieverssj To: dev@streams.incubator.apache.org Reply-To: dev@streams.incubator.apache.org References: In-Reply-To: Subject: [GitHub] incubator-streams pull request: STREAMS-178 | Modified the behavio... Content-Type: text/plain Message-Id: <20140918155212.ACC45A1B24D@tyr.zones.apache.org> Date: Thu, 18 Sep 2014 15:52:12 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Github user sieverssj commented on a diff in the pull request: https://github.com/apache/incubator-streams/pull/90#discussion_r17735841 --- Diff: streams-contrib/streams-processor-urls/src/test/java/org/apache/streams/urls/TestLinkUnwinderProcessor.java --- @@ -76,8 +76,8 @@ public void testActivityLinkUnwinderProcessorGoDaddy() throws Exception{ @Test public void testActivityLinkUnwinderProcessorMulti() throws Exception{ - testActivityUnwinderHelper(Lists.newArrayList("http://x.co/3yapt", "http://ow.ly/u4Kte", "http://goo.gl/wSrHDA"), Lists.newArrayList("http://www.wcgworld.com/", "http://www.wcgworld.com/", "http://www.wcgworld.com/")); - testStringActivityUnwinderHelper(Lists.newArrayList("http://x.co/3yapt", "http://ow.ly/u4Kte", "http://goo.gl/wSrHDA"), Lists.newArrayList("http://www.wcgworld.com/", "http://www.wcgworld.com/", "http://www.wcgworld.com/")); + testActivityUnwinderHelper(Lists.newArrayList("http://x.co/3yapt", "http://ow.ly/u4Kte", "http://goo.gl/wSrHDA"), Lists.newArrayList("http://www.wcgworld.com/"));//, "http://www.wcgworld.com/", "http://www.wcgworld.com/")); --- End diff -- Small nit: Get rid of the commented out code on the end of these lines. Assuming that happens, :+1: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---