add new test case for branchcommand

Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/5c7fa86a
Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/5c7fa86a
Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/5c7fa86a

Branch: refs/heads/master
Commit: 5c7fa86a6ec317efca451ce82dc6d200b15fdf7a
Parents: 64f1212
Author: imod <d...@fortysix.ch>
Authored: Fri Jul 12 08:25:57 2013 +0200
Committer: imod <d...@fortysix.ch>
Committed: Fri Jul 12 08:25:57 2013 +0200

----------------------------------------------------------------------
 .../branch/JGitBranchCommandTckTest.java        | 38 ++++++++++++++++++++
 1 file changed, 38 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-scm/blob/5c7fa86a/src/test/java/org/apache/maven/scm/provider/git/jgit/command/branch/JGitBranchCommandTckTest.java
----------------------------------------------------------------------
diff --git 
a/src/test/java/org/apache/maven/scm/provider/git/jgit/command/branch/JGitBranchCommandTckTest.java
 
b/src/test/java/org/apache/maven/scm/provider/git/jgit/command/branch/JGitBranchCommandTckTest.java
new file mode 100644
index 0000000..9e133ac
--- /dev/null
+++ 
b/src/test/java/org/apache/maven/scm/provider/git/jgit/command/branch/JGitBranchCommandTckTest.java
@@ -0,0 +1,38 @@
+package org.apache.maven.scm.provider.git.jgit.command.branch;
+
+/*
+ * 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 org.apache.maven.scm.provider.git.GitScmTestUtils;
+import 
org.apache.maven.scm.provider.git.command.branch.GitBranchCommandTckTest;
+
+/**
+ * @author Dominik Bartholdi (imod)
+ */
+public class JGitBranchCommandTckTest
+    extends GitBranchCommandTckTest
+{
+    /** {@inheritDoc} */
+    public String getScmUrl()
+        throws Exception
+    {
+        return GitScmTestUtils.getScmUrl( getRepositoryRoot(), "jgit" );
+    }
+
+}

Reply via email to