Make the error message for "we didn't get the error message we expected"

clearer - it's not as if we didn't expect to get an error message, we
just didn't expect to get *that particular* error message.

svn path=/trunk/; revision=46118
This commit is contained in:
Guy Harris 2012-11-21 19:04:21 +00:00
parent 7714813e0e
commit f3792fdf6b
1 changed files with 6 additions and 6 deletions

View File

@ -102,7 +102,7 @@ clopts_step_dumpcap_invalid_capfilter() {
test_step_ok
else
test_step_output_print ./testout.txt
test_step_failed "Unexpected error message"
test_step_failed "Error message wasn't what we expected"
fi
fi
}
@ -120,7 +120,7 @@ clopts_step_dumpcap_invalid_interfaces() {
test_step_ok
else
test_step_output_print ./testout.txt
test_step_failed "Unexpected error message"
test_step_failed "Error message wasn't what we expected"
fi
fi
}
@ -138,7 +138,7 @@ clopts_step_dumpcap_invalid_interfaces_index() {
test_step_ok
else
test_step_output_print ./testout.txt
test_step_failed "Unexpected error message"
test_step_failed "Error message wasn't what we expected"
fi
fi
}
@ -221,7 +221,7 @@ clopts_step_tshark_invalid_capfilter() {
test_step_ok
else
test_step_output_print ./testout.txt
test_step_failed "Unexpected error message"
test_step_failed "Error message wasn't what we expected"
fi
fi
}
@ -239,7 +239,7 @@ clopts_step_tshark_invalid_interfaces() {
test_step_ok
else
test_step_output_print ./testout.txt
test_step_failed "Unexpected error message"
test_step_failed "Error message wasn't what we expected"
fi
fi
}
@ -257,7 +257,7 @@ clopts_step_tshark_invalid_interfaces_index() {
test_step_ok
else
test_step_output_print ./testout.txt
test_step_failed "Unexpected error message"
test_step_failed "Error message wasn't what we expected"
fi
fi
}