Move some tests to more reasonable directories
This commit is contained in:
parent
097bc6a84f
commit
e7e93717ce
55 changed files with 5 additions and 19 deletions
|
|
@ -7,8 +7,8 @@ use std::path::Path;
|
|||
|
||||
const ENTRY_LIMIT: usize = 1000;
|
||||
// FIXME: The following limits should be reduced eventually.
|
||||
const ROOT_ENTRY_LIMIT: usize = 1459;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 2615;
|
||||
const ROOT_ENTRY_LIMIT: usize = 1418;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 2582;
|
||||
|
||||
fn check_entries(path: &Path, bad: &mut bool) {
|
||||
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue