File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ test data_xpath_container {--xpath to container} {
3939test data_xpath_wrong_path {--xpath to a non-existent node} {
4040-setup $ly_setup -cleanup $ly_cleanup -body {
4141 ly_cmd "load moddatanodes"
42- ly_cmd_err "data -x /moddatanodes:dnc/wrng $data" "xpath failed"
42+ ly_cmd_err "data -x /moddatanodes:dnc/wrng $data" "XPath check failed"
4343}}
4444
4545test data_xpath_err_format {--xpath cannot be combined with --format} {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ test data_xpath_container {--xpath to container} {
2828} {}
2929
3030test data_xpath_wrong_path {--xpath to a non-existent node} {
31- ly_cmd_err "-E /moddatanodes:dnc/wrng $mod $data" "xpath failed"
31+ ly_cmd_err "-E /moddatanodes:dnc/wrng $mod $data" "XPath check failed"
3232} {}
3333
3434test data_xpath_err_format {--xpath cannot be combined with --format} {
You can’t perform that action at this time.
0 commit comments