summaryrefslogtreecommitdiff
path: root/render-test/tests/should-fail.json
diff options
context:
space:
mode:
Diffstat (limited to 'render-test/tests/should-fail.json')
-rw-r--r--render-test/tests/should-fail.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/render-test/tests/should-fail.json b/render-test/tests/should-fail.json
index 30c91836a7..d80b419605 100644
--- a/render-test/tests/should-fail.json
+++ b/render-test/tests/should-fail.json
@@ -2,5 +2,8 @@
"tests/file-size/fail-size-is-over": "Should fail, size is bigger than expected.",
"tests/file-size/fail-size-is-under": "Should fail, size is smaller than expected.",
"tests/file-size/fail-file-doesnt-match": "Should fail, doesn't match the expectation.",
- "tests/file-size/fail-file-not-found": "Should fail, file not found."
+ "tests/file-size/fail-file-not-found": "Should fail, file not found.",
+ "tests/network/fail-requests": "Should fail, number of requests higher than expected.",
+ "tests/network/fail-transferred": "Should fail, amount of transferred data higher than expected.",
+ "tests/network/fail-requests-transferred": "Should fail, number of requests higher than expected and amount of transferred data less than expected."
}