diff options
author | Hugo Arès <hugo.ares@ericsson.com> | 2016-06-01 15:56:18 -0400 |
---|---|---|
committer | Hugo Arès <hugo.ares@ericsson.com> | 2016-06-01 16:06:23 -0400 |
commit | f0a485d5a2d944563b0ff8533d9a9809ceaad3bd (patch) | |
tree | f37563dff6b247e9b8b790b151e871fccdc32948 /org.eclipse.jgit.test | |
parent | 525baa1213097aa8635d846ce024635b1f33931a (diff) | |
download | jgit-f0a485d5a2d944563b0ff8533d9a9809ceaad3bd.tar.gz jgit-f0a485d5a2d944563b0ff8533d9a9809ceaad3bd.zip |
Add missing @Test annotations
Change-Id: Ie5ffcbf18233dc9b3eb232f714b5b58b6b93f4e0
Signed-off-by: Hugo Arès <hugo.ares@ericsson.com>
Diffstat (limited to 'org.eclipse.jgit.test')
-rw-r--r-- | org.eclipse.jgit.test/tst/org/eclipse/jgit/api/PathCheckoutCommandTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/PathCheckoutCommandTest.java b/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/PathCheckoutCommandTest.java index 3343af06dd..1250773722 100644 --- a/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/PathCheckoutCommandTest.java +++ b/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/PathCheckoutCommandTest.java @@ -271,6 +271,7 @@ public class PathCheckoutCommandTest extends RepositoryTestCase { } } + @Test public void testCheckoutMixedNewlines() throws Exception { // "git config core.autocrlf true" StoredConfig config = git.getRepository().getConfig(); |