Bug 339086 - Enable test methods in org.eclipse.jgit.api.CommitAndLogCommandTests
Summary: Enable test methods in org.eclipse.jgit.api.CommitAndLogCommandTests
Status: RESOLVED FIXED
Alias: None
Product: JGit
Classification: Technology
Component: JGit (show other bugs)
Version: 0.12   Edit
Hardware: PC Windows XP
: P3 trivial (vote)
Target Milestone: 0.12-M1   Edit
Assignee: Tomasz Zarna CLA
QA Contact:
URL: http://egit.eclipse.org/r/2655
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2011-03-07 09:07 EST by Tomasz Zarna CLA
Modified: 2011-03-07 10:53 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Zarna CLA 2011-03-07 09:07:19 EST
I'm not sure why all test methods from org.eclipse.jgit.api.CommitAndLogCommandTests are turned off. I assume this happened by accident. Fix is as trivial as adding @Test annotations to all of them.
Comment 1 Tomasz Zarna CLA 2011-03-07 09:12:35 EST
http://egit.eclipse.org/r/2655
Comment 2 Chris Aniszczyk CLA 2011-03-07 10:53:34 EST
Fixed, thanks Tomasz!