Add UI test for issue #92741

This commit is contained in:
CastilloDel 2023-02-05 17:30:00 +01:00
parent 3dd004470d
commit 9cdc07538d
3 changed files with 26 additions and 1 deletions

View file

@ -10,7 +10,7 @@ use std::path::Path;
const ENTRY_LIMIT: usize = 1000;
// FIXME: The following limits should be reduced eventually.
const ROOT_ENTRY_LIMIT: usize = 939;
const ISSUES_ENTRY_LIMIT: usize = 1998;
const ISSUES_ENTRY_LIMIT: usize = 2000;
fn check_entries(path: &Path, bad: &mut bool) {
for dir in Walk::new(&path.join("ui")) {