aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lib/Test/Irssi/Driver.pm
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2011-02-28 20:53:15 +0000
committerTom Feist <shabble@metavore.org>2011-02-28 20:53:15 +0000
commitfa7b4c4482f718ffbcbfe580c37f9c2f2067ec43 (patch)
tree3bc26cd3b873cd91d77067835206db27d4651e6a /testing/lib/Test/Irssi/Driver.pm
parentrefactor everything to make tests more test-like. (diff)
downloadirssi-scripts-fa7b4c4482f718ffbcbfe580c37f9c2f2067ec43.tar.gz
irssi-scripts-fa7b4c4482f718ffbcbfe580c37f9c2f2067ec43.zip
added other tests
Diffstat (limited to 'testing/lib/Test/Irssi/Driver.pm')
-rw-r--r--testing/lib/Test/Irssi/Driver.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/lib/Test/Irssi/Driver.pm b/testing/lib/Test/Irssi/Driver.pm
index 3b6000b..1319f2a 100644
--- a/testing/lib/Test/Irssi/Driver.pm
+++ b/testing/lib/Test/Irssi/Driver.pm
@@ -76,7 +76,7 @@ sub STOP {
$self->parent->_logfile_fh->close();
say "\n\n";
- #$self->parent->summarise_test_results();
+ $self->parent->summarise_test_results();
}
### Handle terminal STDIN. Send it to the background program's STDIN.
@@ -183,7 +183,7 @@ sub test_complete {
}
# otherwise, we're done, and can shutdown.
- #$kernel->yield('shutdown');
+ #kernel->yield('shutdown');
}