Jared Johnson
|
3ffee33d33
|
Remove extraneous semicolons
They confuse my editor
|
2014-11-11 16:59:40 -06:00 |
|
Matt Simerson
|
a5420149bd
|
remove test counters from plugin tests
replace with done_testing(), which provides the same "make sure to kvetch if tests fail to run" without requiring humans to do the bookkeeping.
|
2014-09-17 00:11:32 -07:00 |
|
Matt Simerson
|
0a16621f02
|
connection consistency
- $self->qp->connection->notes
+ $self->connection->notes
and all tests pass.
|
2012-06-02 00:46:33 -04:00 |
|
Matt Simerson
|
5e76d66c66
|
count_unrecognized_commands
simplified logic in a couple places
consolidated duplicated message
added 4 tests
|
2012-05-20 23:34:58 -07:00 |
|