fix comments that were in wrong spot from refactoring
[scpubgit/Object-Remote.git] / t / bridged.t
index 2c4c24b..b8697b2 100644 (file)
@@ -5,10 +5,12 @@ use FindBin;
 
 use lib "$FindBin::Bin/lib";
 
+$ENV{OBJECT_REMOTE_TEST_LOGGER} = 1;
+
 use Object::Remote;
 
 is exception {
-  my $bridge = ORTestBridge->new::on('localhost');
+  my $bridge = ORTestBridge->new::on('-'); #'localhost');
   is $bridge->call('counter'), 0;
   $bridge->call('increment');
   is $bridge->call('counter'), 1;