Repository: nifi
Updated Branches:
  refs/heads/0.x 0f115a5ce -> 9eddf12a7


NIFI-1748 removed un-used test data

This closes #341.

Signed-off-by: Aldrin Piri <ald...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/9eddf12a
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/9eddf12a
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/9eddf12a

Branch: refs/heads/0.x
Commit: 9eddf12a775cfe5af03a2b5801e9829bb0219216
Parents: 0f115a5
Author: Oleg Zhurakousky <o...@suitcase.io>
Authored: Sat Apr 9 17:24:37 2016 -0400
Committer: Aldrin Piri <ald...@apache.org>
Committed: Sun Apr 10 13:21:11 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/9eddf12a/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));

Reply via email to