]> source.dussan.org Git - jgit.git/commit
Move repeat() to utility class for tests 86/17986/1
authorShawn Pearce <sop@google.com>
Fri, 1 Nov 2013 17:14:14 +0000 (11:14 -0600)
committerShawn Pearce <sop@google.com>
Sat, 2 Nov 2013 02:57:47 +0000 (19:57 -0700)
commit1c4216e4bc17d3bdbce2e369a76e47607d7e3ff3
treec9b81ab01b8d1e13300084fde5d98e84a840127e
parentcc3ec72734fc442499cca60df957c4ef6749c4c3
Move repeat() to utility class for tests

Avoid depending on AutoCRLFOutputStreamTest from within another
test such as AutoCRLFInputStreamTest. Breaking the dependency up
allows the test classes to be built and executed in parallel.

Change-Id: Ic9ab2b6ec74ac87ff4adda8a802ae343dd2a6235
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/io/AutoCRLFInputStreamTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/io/AutoCRLFOutputStreamTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/io/Strings.java [new file with mode: 0644]