Skip to content

Commit

Permalink
move TestBugInSomething to analysis.tests
Browse files Browse the repository at this point in the history
This test is setup to reproduce complex failures from TestRandomChains,
e.g. it has SopFilter and other tools for debugging. But it still
resides in the analysis/common module and currently can't be used to
debug any TestRandomChains failures that use other modules (e.g. icu).

relates to #13271
  • Loading branch information
rmuir committed Apr 4, 2024
1 parent 0735a0d commit 8a2c339
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.lucene.analysis.core;
package org.apache.lucene.analysis.tests;

import java.io.IOException;
import java.io.Reader;
Expand Down

0 comments on commit 8a2c339

Please sign in to comment.