X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=bin%2Ftest;h=37e81000b9ba00ec57f2e1a5427fc77260f29820;hb=83829084c3d15a3f2c678459b171f8974a27bf03;hp=62a6202ef0ade36080649b99bbc0d8c87c05bc36;hpb=d93f63622af8190618e640f539c5400650bdda71;p=mudpy.git diff --git a/bin/test b/bin/test index 62a6202..37e8100 100755 --- a/bin/test +++ b/bin/test @@ -162,6 +162,11 @@ test_show_log = ( "[0-9]+\. The matching lines\r\nfrom [0-9]+ to [0-9]+ are:", ""), ) +test_log_no_errors = ( + (2, "> ", "show log 7"), + (2, "None of the [0-9]+ lines in memory matches your request\.", ""), +) + dialogue = ( (test_account0_setup, "first account setup"), (test_account1_setup, "second account setup"), @@ -178,6 +183,7 @@ dialogue = ( (test_admin_restriction, "restricted admin commands"), (test_admin_help, "admin help"), (test_show_log, "show log"), + (test_log_no_errors, "no errors logged"), ) captures = ["", "", ""]