summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2012-02-22 11:10:28 +0000
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2012-02-22 11:10:28 +0000
commit0cc4f76531c8bc998dbd7be4bc9d4c65abd781b6 (patch)
tree5a73aa247d590812bf626454f839cc09af2bb4d5 /tests
parentfda56a291b56f598f2fcd2380cac347e15119217 (diff)
Failures now come with an optional description string
It doesn't replicate likely_errors as we will allow "generic" failures which aren't pre-declared, to allow spamming asserts in the code without having to make a list of them with separate checklist items.
Diffstat (limited to 'tests')
-rw-r--r--tests/insanity-test-blank.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/insanity-test-blank.c b/tests/insanity-test-blank.c
index abcddf2..d7f56d5 100644
--- a/tests/insanity-test-blank.c
+++ b/tests/insanity-test-blank.c
@@ -69,6 +69,7 @@ blank_test_stop (InsanityTest * test)
static void
blank_test_test (InsanityTest * test)
{
+ insanity_test_validate_step (test, "random-step", FALSE, "Explanation of random-step failure");
insanity_test_done (test);
printf ("blank_test_test\n");
}