Return-Path: X-Original-To: apmail-nifi-commits-archive@minotaur.apache.org Delivered-To: apmail-nifi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E118190B7 for ; Mon, 11 Apr 2016 06:27:28 +0000 (UTC) Received: (qmail 33486 invoked by uid 500); 11 Apr 2016 06:27:27 -0000 Delivered-To: apmail-nifi-commits-archive@nifi.apache.org Received: (qmail 33462 invoked by uid 500); 11 Apr 2016 06:27:27 -0000 Mailing-List: contact commits-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list commits@nifi.apache.org Received: (qmail 33453 invoked by uid 99); 11 Apr 2016 06:27:27 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Apr 2016 06:27:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9F72ADFAB5; Mon, 11 Apr 2016 06:27:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jskora@apache.org To: commits@nifi.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: nifi git commit: NIFI-1748 removed un-used test data Date: Mon, 11 Apr 2016 06:27:27 +0000 (UTC) Repository: nifi Updated Branches: refs/heads/master 5625686ea -> 95dda1d92 NIFI-1748 removed un-used test data This closes #341. Signed-off-by: Aldrin Piri Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/95dda1d9 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/95dda1d9 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/95dda1d9 Branch: refs/heads/master Commit: 95dda1d92019401e37a4e62450c30c8edf528f18 Parents: 5625686 Author: Oleg Zhurakousky Authored: Sat Apr 9 17:24:37 2016 -0400 Committer: Joe Skora Committed: Mon Apr 11 02:24:45 2016 -0400 ---------------------------------------------------------------------- .../org/apache/nifi/processors/kafka/KafkaPublisherTest.java | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/95dda1d9/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/src/test/java/org/apache/nifi/processors/kafka/KafkaPublisherTest.java ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/src/test/java/org/apache/nifi/processors/kafka/KafkaPublisherTest.java b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/src/test/java/org/apache/nifi/processors/kafka/KafkaPublisherTest.java index 2abb51a..3e582a6 100644 --- a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/src/test/java/org/apache/nifi/processors/kafka/KafkaPublisherTest.java +++ b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/src/test/java/org/apache/nifi/processors/kafka/KafkaPublisherTest.java @@ -67,12 +67,6 @@ public class KafkaPublisherTest { kafkaLocal.stop(); } - String test = "Khalid El Bakraoui rented an apartment in Brussels that was raided last week and both are suspected of having ties to " - + "the terror attacks in Paris in November, the source said. While Belgian officials say both brothers were suicide bombers, a U.S. " - + "official briefed earlier on preliminary evidence from the investigation says authorities are looking at the possibility that one of " - + "the airport explosions may have been caused by a bomb inside a suitcase and the other was a suicide bombing. But identifying the brothers " - + "should help spring the investigation forward, says Cedric Leighton, a CNN military analyst and the former deputy director for the Joint Chiefs of Staff."; - @Test public void validateSuccessfulSendAsWhole() throws Exception { InputStream fis = new ByteArrayInputStream(sampleData.getBytes(StandardCharsets.UTF_8));