Changeset 04d7229


Ignore:
Timestamp:
2021-03-17T14:45:46Z (3 years ago)
Author:
/ <>
Children:
2e9b39a
Parents:
f1ba258
Message:

listings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .tests/test1.py

    rf1ba258 r04d7229  
    186186    ret = ret & (junk.find("has quit") != -1)
    187187
    188     clis[0].send_priv_msg(clis[1], "sup")
     188    clis[0].send_priv_msg(clis[1], "i'm not ur mom")
    189189    ret = ret & (clis[0].receive().find("User does not exist: "+clis[1].nick) != -1)
    190190
     
    216216
    217217    clis[0].add_jabber_buddy(clis[1].nick)
     218    clis[1].add_jabber_buddy(clis[0].nick)
     219    clis[0].send_priv_msg("&bitlbee", "yes")
     220    clis[1].send_priv_msg("&bitlbee", "yes")
    218221
    219222    if MESSAGETEST:
     
    230233
    231234    if OFFLINETEST:
    232         perform_test(failed, clis, status_test, "Go offline")
     235        perform_test(failed, clis, offline_test, "Go offline")
    233236
    234237    if failed or SHOWLOG:
Note: See TracChangeset for help on using the changeset viewer.