From b8bebb90b93f9240f73c68d03e41383d5ed1849f Mon Sep 17 00:00:00 2001 From: pranomostro Date: Sat, 17 Dec 2016 13:22:22 +0100 Subject: Update the tests so that they send multiple messages and files and also change the names and statuses. --- tests/test-ratox | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'tests/test-ratox') diff --git a/tests/test-ratox b/tests/test-ratox index 89b7ce1..b478ef7 100755 --- a/tests/test-ratox +++ b/tests/test-ratox @@ -2,8 +2,13 @@ spawn_users add_friends -send_text -send_file +for i in $(seq 1 16); do + change_name + change_status + send_text + send_file +done + echo :: $(basename $0) - $(echolor 2 OK) cleanup -- cgit v1.2.3