]> Git Repo - qemu.git/commit
tests/qapi-schema: Delete two redundant tests
authorMarkus Armbruster <[email protected]>
Sat, 14 Sep 2019 15:34:49 +0000 (17:34 +0200)
committerMarkus Armbruster <[email protected]>
Tue, 24 Sep 2019 12:07:22 +0000 (14:07 +0200)
commit352ada9ad46a2e67283e8201d8056c27e57c0447
treec819237123ae1bee19afaf35910f3e3151eced6b
parent137cf6a9be01234e0ef42ced2af8f00d009b3496
tests/qapi-schema: Delete two redundant tests

Tests duplicate-key and double-data test the same thing.  The former
predates the latter, and it has a better name.  Delete the latter, and
tweak the former's comment.

Tests include-format-err and include-extra-junk test the same thing.
The former predates the latter, but the latter has a better name and a
comment.  Delete the former.

Signed-off-by: Markus Armbruster <[email protected]>
Message-Id: <20190914153506[email protected]>
Reviewed-by: Eric Blake <[email protected]>
tests/Makefile.include
tests/qapi-schema/double-data.err [deleted file]
tests/qapi-schema/double-data.exit [deleted file]
tests/qapi-schema/double-data.json [deleted file]
tests/qapi-schema/double-data.out [deleted file]
tests/qapi-schema/duplicate-key.json
tests/qapi-schema/include-format-err.err [deleted file]
tests/qapi-schema/include-format-err.exit [deleted file]
tests/qapi-schema/include-format-err.json [deleted file]
tests/qapi-schema/include-format-err.out [deleted file]
This page took 0.024566 seconds and 4 git commands to generate.