From 696a12e4e796307e39afd6ed01b3e6ea35f5d501 Mon Sep 17 00:00:00 2001 From: Joe Skora Date: Mon, 11 Apr 2016 02:05:24 -0400 Subject: [PATCH] Revert "NIFI-1748 removed un-used test data" This reverts commit 47cd9ff22c3fe5657822779a4a0e03615e5b12de. --- .../apache/nifi/processors/kafka/KafkaPublisherTest.java | 6 ++++++ 1 file changed, 6 insertions(+) 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 3e582a6f23..2abb51a9bb 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,6 +67,12 @@ 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));