]> source.dussan.org Git - jgit.git/commit
Fixed jgit test failures on Windows 25/57925/2
authorAndrey Loskutov <loskutov@gmx.de>
Sat, 10 Oct 2015 19:02:24 +0000 (22:02 +0300)
committerAndrey Loskutov <loskutov@gmx.de>
Mon, 12 Oct 2015 10:03:39 +0000 (06:03 -0400)
commiteec37d2334bd09271773ee519e20d24e5e90da81
tree5c46075954b13b4092f10845a26209b2e43bb9bc
parent50d6fbcdae314d471186ae25ef2ae2639a10c277
Fixed jgit test failures on Windows

RepoCommandTest was failing because of open file handle left.
IgnoreNodeTest was failing because of problems with creation of files
with trailing spaces on Windows.
HookTest was failing because of wrong line delimiter.

Change-Id: I34f074ac447eb4c3ada8b250309bb568b426189d
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
org.eclipse.jgit.test/tst/org/eclipse/jgit/gitrepo/RepoCommandTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/ignore/IgnoreNodeTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/HookTest.java