Apache header Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/5012fa08 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/5012fa08 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/5012fa08
Branch: refs/heads/master Commit: 5012fa08704c95e0a2dadaea16b01c9ba620c262 Parents: 969836a Author: Menaka Madushanka <[email protected]> Authored: Fri Jul 10 11:29:16 2015 +0530 Committer: Menaka Madushanka <[email protected]> Committed: Fri Jul 10 11:29:16 2015 +0530 ---------------------------------------------------------------------- .../apache/taverna/tavlang/test/TestTools.java | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/5012fa08/taverna-language-commandline/src/test/java/org/apache/taverna/tavlang/test/TestTools.java ---------------------------------------------------------------------- diff --git a/taverna-language-commandline/src/test/java/org/apache/taverna/tavlang/test/TestTools.java b/taverna-language-commandline/src/test/java/org/apache/taverna/tavlang/test/TestTools.java index a057942..cd488b6 100644 --- a/taverna-language-commandline/src/test/java/org/apache/taverna/tavlang/test/TestTools.java +++ b/taverna-language-commandline/src/test/java/org/apache/taverna/tavlang/test/TestTools.java @@ -1,11 +1,33 @@ package org.apache.taverna.tavlang.test; +/* + * 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. + */ + import static org.junit.Assert.*; import org.junit.Test; public class TestTools { + + + @Test public void test() { fail("Not yet implemented");
