]> source.dussan.org Git - jgit.git/commit
Remove dependency on StatusCommandTest 84/17984/1
authorShawn Pearce <sop@google.com>
Fri, 1 Nov 2013 17:19:20 +0000 (11:19 -0600)
committerShawn Pearce <sop@google.com>
Sat, 2 Nov 2013 02:57:47 +0000 (19:57 -0700)
commite59b3240957e852bfb1c35fa6250ca667743583e
tree6dae78b65484372f923b9ce67c2768ef6e7a7ae5
parent5f9656c4049b70607f697ba99a746a285c564ccd
Remove dependency on StatusCommandTest

Move the set constructor function to a Sets utility class,
allowing the tests to compile in parallel.

Change-Id: Id6fac2533fab8d423f949c892f199af2491a450b
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/MergeCommandTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/Sets.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/StatusCommandTest.java