Repository: incubator-samza Updated Branches: refs/heads/0.7.0 bd2fb6776 -> e30ecb9a1
SAMZA-229: TestKafkaSystemConsumer needs ASF header. Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/e30ecb9a Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/e30ecb9a Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/e30ecb9a Branch: refs/heads/0.7.0 Commit: e30ecb9a18c1787acdb575bebc6417f24b6d3009 Parents: bd2fb67 Author: Yan Fang <yanfang724 at gmail dot com> Authored: Tue Apr 8 22:53:59 2014 -0700 Committer: Jakob Homan <[email protected]> Committed: Tue Apr 8 22:53:59 2014 -0700 ---------------------------------------------------------------------- .../system/kafka/TestKafkaSystemConsumer.scala | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/e30ecb9a/samza-kafka/src/test/scala/org/apache/samza/system/kafka/TestKafkaSystemConsumer.scala ---------------------------------------------------------------------- diff --git a/samza-kafka/src/test/scala/org/apache/samza/system/kafka/TestKafkaSystemConsumer.scala b/samza-kafka/src/test/scala/org/apache/samza/system/kafka/TestKafkaSystemConsumer.scala index d6fb959..93766cd 100644 --- a/samza-kafka/src/test/scala/org/apache/samza/system/kafka/TestKafkaSystemConsumer.scala +++ b/samza-kafka/src/test/scala/org/apache/samza/system/kafka/TestKafkaSystemConsumer.scala @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + package org.apache.samza.system.kafka import org.junit.Test
