blob: ae128c5e04de70676c4d23a27ddae12ba6471ca8 [file] [log] [blame]
<!--
// 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.
-->
<!-- There must be at least one junit xml file found in its search paths or the
Jenkins surefire plugin will fail. This file is left here to make the LINT
build pass, since it does not run any unit tests.
Unfortunately, it gets a bit more convoluted than that. The test file also
has to have a recent last-modified time for Jenkins to accept it.
Therefore, the build must have an execution step that "touches" this file
each time it runs in order for this workaround to succeed. -->
<testsuites>
<testsuite name="DummyTest">
<testcase name="TestDummy" classname="DummyTest"/>
</testsuite>
</testsuites>