File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
src/test/java/pl/project13/maven/git Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2727
2828import org .apache .maven .project .MavenProject ;
2929import org .junit .Assert ;
30- import org .junit .Ignore ;
3130import org .junit .Test ;
3231
3332import pl .project13 .maven .git .FileSystemMavenSandbox .CleanUp ;
@@ -55,7 +54,6 @@ public class NativeAndJGitProviderTest extends GitIntegrationTest
5554 public static final String ISO8601_FORMAT_STRING = "yyyy-MM-dd'T'HH:mm:ssZZ" ;
5655
5756 @ Test
58- @ Ignore
5957 public void testCompareBasic () throws Exception
6058 {
6159 // Test on all available basic repos to ensure that the output is identical.
@@ -67,7 +65,6 @@ public void testCompareBasic() throws Exception
6765 }
6866
6967 @ Test
70- @ Ignore
7168 public void testCompareSubrepoInRoot () throws Exception
7269 {
7370 for (AvailableGitTestRepo testRepo : AvailableGitTestRepo .values ()) {
@@ -81,7 +78,6 @@ public void testCompareSubrepoInRoot() throws Exception
8178 }
8279
8380 @ Test
84- @ Ignore
8581 public void testCompareSubrepoInChild () throws Exception
8682 {
8783 for (AvailableGitTestRepo testRepo : AvailableGitTestRepo .values ()) {
@@ -95,7 +91,6 @@ public void testCompareSubrepoInChild() throws Exception
9591 }
9692
9793 @ Test
98- @ Ignore
9994 public void testCompareISO8601Time () throws Exception
10095 {
10196 // Test on all available basic repos to ensure that the output is identical.
You can’t perform that action at this time.
0 commit comments