Added license info
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/710e6c11 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/710e6c11 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/710e6c11 Branch: refs/heads/blur-console-v2 Commit: 710e6c1119aec91ade8eafb0ae04296ef2083fed Parents: 337d8b5 Author: Chris Rohr <[email protected]> Authored: Thu Oct 17 18:54:41 2013 -0400 Committer: Chris Rohr <[email protected]> Committed: Thu Oct 17 18:54:41 2013 -0400 ---------------------------------------------------------------------- .../org/apache/blur/console/ConsoleTestBase.java | 18 ++++++++++++++++++ .../org/apache/blur/console/util/ConfigTest.java | 16 ++++++++++++++++ .../apache/blur/console/util/HttpUtilTest.java | 16 ++++++++++++++++ .../apache/blur/console/util/NodeUtilTest.java | 16 ++++++++++++++++ .../apache/blur/console/util/TableUtilTest.java | 16 ++++++++++++++++ 5 files changed, 82 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/710e6c11/contrib/blur-console/src/test/java/org/apache/blur/console/ConsoleTestBase.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/src/test/java/org/apache/blur/console/ConsoleTestBase.java b/contrib/blur-console/src/test/java/org/apache/blur/console/ConsoleTestBase.java index e0f3a9e..f012769 100644 --- a/contrib/blur-console/src/test/java/org/apache/blur/console/ConsoleTestBase.java +++ b/contrib/blur-console/src/test/java/org/apache/blur/console/ConsoleTestBase.java @@ -1,3 +1,20 @@ +/** + * 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.blur.console; import java.io.File; @@ -20,6 +37,7 @@ public class ConsoleTestBase { @AfterClass public static void shutdown() { cluster.shutdownBlurCluster(); + new File("./test-data").delete(); } protected void setupConfigIfNeeded() throws IOException { http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/710e6c11/contrib/blur-console/src/test/java/org/apache/blur/console/util/ConfigTest.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/src/test/java/org/apache/blur/console/util/ConfigTest.java b/contrib/blur-console/src/test/java/org/apache/blur/console/util/ConfigTest.java index 8569b1e..3bc56e6 100644 --- a/contrib/blur-console/src/test/java/org/apache/blur/console/util/ConfigTest.java +++ b/contrib/blur-console/src/test/java/org/apache/blur/console/util/ConfigTest.java @@ -1,3 +1,19 @@ +/** + * 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.blur.console.util; import static org.junit.Assert.assertEquals; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/710e6c11/contrib/blur-console/src/test/java/org/apache/blur/console/util/HttpUtilTest.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/src/test/java/org/apache/blur/console/util/HttpUtilTest.java b/contrib/blur-console/src/test/java/org/apache/blur/console/util/HttpUtilTest.java index 1e4c48a..20ef7fd 100644 --- a/contrib/blur-console/src/test/java/org/apache/blur/console/util/HttpUtilTest.java +++ b/contrib/blur-console/src/test/java/org/apache/blur/console/util/HttpUtilTest.java @@ -1,3 +1,19 @@ +/** + * 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.blur.console.util; import static org.junit.Assert.assertEquals; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/710e6c11/contrib/blur-console/src/test/java/org/apache/blur/console/util/NodeUtilTest.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/src/test/java/org/apache/blur/console/util/NodeUtilTest.java b/contrib/blur-console/src/test/java/org/apache/blur/console/util/NodeUtilTest.java index 98fa004..0ec5811 100644 --- a/contrib/blur-console/src/test/java/org/apache/blur/console/util/NodeUtilTest.java +++ b/contrib/blur-console/src/test/java/org/apache/blur/console/util/NodeUtilTest.java @@ -1,3 +1,19 @@ +/** + * 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.blur.console.util; import static org.junit.Assert.assertEquals; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/710e6c11/contrib/blur-console/src/test/java/org/apache/blur/console/util/TableUtilTest.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/src/test/java/org/apache/blur/console/util/TableUtilTest.java b/contrib/blur-console/src/test/java/org/apache/blur/console/util/TableUtilTest.java index 713164a..ce5bc94 100644 --- a/contrib/blur-console/src/test/java/org/apache/blur/console/util/TableUtilTest.java +++ b/contrib/blur-console/src/test/java/org/apache/blur/console/util/TableUtilTest.java @@ -1,3 +1,19 @@ +/** + * 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.blur.console.util; import static org.junit.Assert.assertEquals;
