proxy dies() when a method is invoked and the handle is not valid; add 2 more exclusi...
[scpubgit/Object-Remote.git] / t / bridged.t
index 2c4c24b..2a092b8 100644 (file)
@@ -5,10 +5,12 @@ use FindBin;
 
 use lib "$FindBin::Bin/lib";
 
+require 't/logsetup.pl';
+
 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;