summaryrefslogtreecommitdiffstats
path: root/t/01_basic.t
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-07-19 16:29:32 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-07-19 16:29:32 +0200
commitc66032630f0e4fc3f4b59413a12f9ab35be958be (patch)
tree267ad62e364f141a6c40ac33e8c03794befdd2ff /t/01_basic.t
parent12e45f6e461696131b8950245ac26f1dc7fb5573 (diff)
downloadApp-ImapNotify-c66032630f0e4fc3f4b59413a12f9ab35be958be.tar.gz
App-ImapNotify-c66032630f0e4fc3f4b59413a12f9ab35be958be.tar.xz
Reconnect when connection is lost
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 't/01_basic.t')
-rw-r--r--t/01_basic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01_basic.t b/t/01_basic.t
index 6f9d076..7afc839 100644
--- a/t/01_basic.t
+++ b/t/01_basic.t
@@ -31,7 +31,7 @@ $socket->set_series('readline',
")\r\n",
);
-$socket->set_true(qw(writeline));
+$socket->set_true(qw(writeline reconnect));
my $config = {
log_id => 'test-id1',