qt5base-lts/tests/auto/testlib/selftests/expected_fetchbogus.tap
Edward Welbourne ac38401d31 Move TAP's messages block to after the primary report details
In the process, split it from its comments block and don't bother with
a YAML block if it would only have contained comments.

Task-number: QTBUG-96844
Change-Id: I08c20f796252bb270ba9caa4c055cdcc0843a88b
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2022-03-29 22:21:58 +02:00

16 lines
295 B
Plaintext

TAP version 13
# tst_FetchBogus
ok 1 - initTestCase()
not ok 2 - fetchBogus(foo)
---
# Received a fatal error.
extensions:
messages:
- severity: fatal
message: QFETCH: Requested testdata 'bubu' not available, check your _data function.
...
1..2
# tests 2
# pass 1
# fail 1