Chromium Code Reviews| Index: common/dirwalk/tests/test4.json |
| diff --git a/common/dirwalk/tests/test4.json b/common/dirwalk/tests/test4.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c7851bf74ad26b0fe3646614adfe14a5e83818d4 |
| --- /dev/null |
| +++ b/common/dirwalk/tests/test4.json |
| @@ -0,0 +1,18 @@ |
| +{ |
| + "Name": "test4", |
| + "Comment": "Lots of small files over range of directories", |
| + "Tree": { |
| + "Files": [ |
| + { |
| + "MinNumber":100, |
| + "MaxNumber":1000, |
| + "MinSize":0, |
| + "MaxSize":65536 |
| + } |
| + ], |
| + "Dir": { |
| + "Number":[3,3,3,1], |
| + "MinFileDepth":3 |
| + } |
| + } |
| +} |