From 9932f9b4156349252d3516a06298e3db708f4d5a Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Mon, 24 Apr 2023 18:50:10 +0200 Subject: [PATCH] [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 --- .../{tst => src}/org/eclipse/jgit/pgm/ToolTestCase.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename org.eclipse.jgit.pgm.test/{tst => src}/org/eclipse/jgit/pgm/ToolTestCase.java (100%) 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 similarity index 100% rename from org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/ToolTestCase.java rename to org.eclipse.jgit.pgm.test/src/org/eclipse/jgit/pgm/ToolTestCase.java