X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fcli%2Fquery%2Ftest_query;fp=tests%2Fcli%2Fquery%2Ftest_query;h=21a3546758b4521722e843ff8ea015d77cc383be;hp=3227650b122b037d9bbb10445e4ef18559e7218d;hb=6375b9429f8332f3eacc2ec795aa1924c73d9cc8;hpb=dbc37715597584e302c55ed61b95562db95df9ac diff --git a/tests/cli/query/test_query b/tests/cli/query/test_query index 3227650b..21a35467 100755 --- a/tests/cli/query/test_query +++ b/tests/cli/query/test_query @@ -79,7 +79,7 @@ expect_failure "ValueError: catastrophic failure" \ 'src.query.SourceWithQueryThatPrintsParams' 'please-fail' '-p' 'a=2' # Non-existent component class. -expect_failure 'Cannot find component class: plugin-name="query", comp-cls-name="NonExistentSource", comp-cls-type=1' \ +expect_failure 'Cannot find component class: plugin-name="query", comp-cls-name="NonExistentSource", comp-cls-type=SOURCE' \ 'src.query.NonExistentSource' 'the-object' '-p' 'a=2' # Wrong parameter syntax.