Add Ubuntu quantal
[ZOOM-Perl-moved-to-github.git] / t / 29-events.t
index adc257a..5c0ef4b 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 29-events.t,v 1.1 2006-04-12 12:16:45 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 19-events.t'
 
@@ -14,11 +12,8 @@ ok(ZOOM::event_str(ZOOM::Event::CONNECT) eq "connect",
 
 my($errcode, $errmsg, $addinfo) = (undef, "dummy", "dummy");
 
-my $options = new ZOOM::Options();
-$options->option(async => 1);
-
-my $host = "indexdata.com/gils";
-my $conn = create ZOOM::Connection($options);
+my $host = "z3950.indexdata.com/gils";
+my $conn = create ZOOM::Connection(async => 1);
 eval { $conn->connect($host) };
 ok(!$@, "connection to '$host'");