diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2017-09-30 10:56:42 +0100 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2018-08-30 15:25:38 +0900 |
commit | ee56e5fc042a903b03773608ede62731452420ca (patch) | |
tree | 8ef41f186dda7df4de6416304ee4e14fe3611c4b /lib | |
parent | d4a19c328fb07e6adafaf0f6a88c22f007ac5753 (diff) | |
download | jgit-ee56e5fc042a903b03773608ede62731452420ca.tar.gz jgit-ee56e5fc042a903b03773608ede62731452420ca.zip |
ChangeIdUtilTest: Remove unused notestCommitDashV
This test was never being run. Since it was introduced it was
named "notest.." which meant it didn't run with JUnit3, and
since it is not annotated @Test it also doesn't run with JUnit4.
When compiling with Bazel 0.6.0, error-prone raises an error
that the public method is not annotated with @Ignore or @Test.
Given that the test has never been run anyway, we can just
remove it.
Bug: 525415
Change-Id: Ie9a54f89fe42e0c201f547ff54ff1d419ce37864
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions