X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Ftests%2Fselftest.py;fp=mudpy%2Ftests%2Fselftest.py;h=f68f04269e155f70a213d815762a0d7444fedc39;hp=d9a6ee001a25d50a426eaca956377d96e2ec407e;hb=eecae7d240916774df48fc6fcf340fed86e3bb74;hpb=03ebfe3129537277ad82553b30f2093bbf5d8e84 diff --git a/mudpy/tests/selftest.py b/mudpy/tests/selftest.py index d9a6ee0..f68f042 100644 --- a/mudpy/tests/selftest.py +++ b/mudpy/tests/selftest.py @@ -347,14 +347,14 @@ test_show_result = ( test_show_log = ( (2, "> ", "show log"), (2, r"There are [0-9]+ log lines in memory and [0-9]+ at or above level " - r"[0-9]+\. The matching lines\r\nfrom [0-9]+ to [0-9]+ are:", ""), + r"[0-9]+\. The matching.*from [0-9]+ to [0-9]+ are:", ""), ) test_custom_loglevel = ( (2, "> ", "set account.admin loglevel 2"), (2, "You have successfully .*> ", "show log"), (2, r"There are [0-9]+ log lines in memory and [0-9]+ at or above level " - r"[0-9]+\. The matching lines\r\nfrom [0-9]+ to [0-9]+ are:", ""), + r"[0-9]+\. The matching.*from [0-9]+ to [0-9]+ are:", ""), ) test_invalid_loglevel = (