diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-04-24 18:50:10 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-04-27 01:53:24 +0200 |
commit | 9932f9b4156349252d3516a06298e3db708f4d5a (patch) | |
tree | dec8c715697816d1f48aa7d60dff086971616515 | |
parent | 206f0f44f62bed86de455e68c4aa7dcaceb9642e (diff) | |
download | jgit-9932f9b4156349252d3516a06298e3db708f4d5a.tar.gz jgit-9932f9b4156349252d3516a06298e3db708f4d5a.zip |
[bazel] Move ToolTestCase to src folder (6.2)
Bazel barks at the abstract ToolTestCase not containing any test. Move
it from the tst/ source folder to the src/ source folder so that bazel
knows this is a helper class which doesn't contain tests.
Change-Id: Ie353c27526644ea9b47437b9bd9cd730a432ab29
-rw-r--r-- | org.eclipse.jgit.pgm.test/src/org/eclipse/jgit/pgm/ToolTestCase.java (renamed from org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/ToolTestCase.java) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/ToolTestCase.java b/org.eclipse.jgit.pgm.test/src/org/eclipse/jgit/pgm/ToolTestCase.java index a3c41f0fed..a3c41f0fed 100644 --- a/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/ToolTestCase.java +++ b/org.eclipse.jgit.pgm.test/src/org/eclipse/jgit/pgm/ToolTestCase.java |