X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=bin%2Ftest;fp=bin%2Ftest;h=37e81000b9ba00ec57f2e1a5427fc77260f29820;hp=62a6202ef0ade36080649b99bbc0d8c87c05bc36;hb=0cda64117ac0b79b8c8f16a37ec3f9316f4c4d16;hpb=c55f6d9a9658ccaa0b668612161fe651037ca7af 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 = ["", "", ""]