projects
/
scpubgit/Object-Remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1673aa5
)
::Logging::TestLogger package decleration had wrong name
Tyler Riddle [Fri, 7 Dec 2012 17:03:30 +0000 (09:03 -0800)]
lib/Object/Remote/Logging.pm
patch
|
blob
|
blame
|
history
lib/Object/Remote/Logging/TestLogger.pm
patch
|
blob
|
blame
|
history
t/chained.t
[moved from
t/reconnect.t
with 100% similarity]
patch
|
blob
|
blame
|
history
diff --git
a/lib/Object/Remote/Logging.pm
b/lib/Object/Remote/Logging.pm
index
58ccfb0
..
6e74019
100644
(file)
--- a/
lib/Object/Remote/Logging.pm
+++ b/
lib/Object/Remote/Logging.pm
@@
-79,7
+79,7
@@
sub init_logging {
if ($test_logging) {
require Object::Remote::Logging::TestLogger;
- router->connect(Object::Remote::Logging::TestOutput->new(
+ router->connect(Object::Remote::Logging::TestLogger->new(
min_level => 'trace', max_level => 'error',
level_names => Object::Remote::Logging->arg_levels(),
));
diff --git
a/lib/Object/Remote/Logging/TestLogger.pm
b/lib/Object/Remote/Logging/TestLogger.pm
index
5d94224
..
f3bc057
100644
(file)
--- a/
lib/Object/Remote/Logging/TestLogger.pm
+++ b/
lib/Object/Remote/Logging/TestLogger.pm
@@
-1,4
+1,4
@@
-package Object::Remote::Logging::TestOutput;
+package Object::Remote::Logging::TestLogger;
use base qw ( Object::Remote::Logging::Logger );
diff --git
a/t/reconnect.t
b/t/chained.t
similarity index 100%
rename from
t/reconnect.t
rename to
t/chained.t