Move some tests to more reasonable directories - 5
This commit is contained in:
parent
1705a7d64b
commit
3490170893
29 changed files with 2 additions and 2 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 = 1408;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 2565;
|
||||
const ROOT_ENTRY_LIMIT: usize = 1390;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 2551;
|
||||
|
||||
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