This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena.git
commit 86d81992c00a64284ba4af41d3886fbf0b356053 Author: Andy Seaborne <[email protected]> AuthorDate: Thu Nov 13 18:32:14 2025 +0000 Cmd qtest replaced by cmd rdftests --- jena-cmds/src/test/java/arq/qtest.java | 35 ---------------------------------- 1 file changed, 35 deletions(-) diff --git a/jena-cmds/src/test/java/arq/qtest.java b/jena-cmds/src/test/java/arq/qtest.java deleted file mode 100644 index fee93331cc..0000000000 --- a/jena-cmds/src/test/java/arq/qtest.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package arq; - -/** A program to execute test suites (old name) - * - * <pre> - * Usage: - * <i>testManifest</i> - * </pre> - * @deprecated Use "rdftests" - */ -@Deprecated(forRemoval = true) -public class qtest { - public static void main(String...argv) { - System.err.println("** Run arq.rdftests"); - rdftests.main(argv); - } -} \ No newline at end of file
