X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=t%2FZOOM-IRSpy.t;h=0da4aa0fae3f848cfc552919837fd94b499514df;hp=e9bd6123b1da657598a50ac8c7595274a37152b5;hb=922431d5c98a82b37bba080d09ecde4fcbc0202e;hpb=0e8732e5667a84a18cd94a0c9b111f82bfcf07b7 diff --git a/t/ZOOM-IRSpy.t b/t/ZOOM-IRSpy.t index e9bd612..0da4aa0 100644 --- a/t/ZOOM-IRSpy.t +++ b/t/ZOOM-IRSpy.t @@ -17,7 +17,7 @@ my $irspy_to_zeerex_xsl = 'xsl/irspy2zeerex.xsl'; $ZOOM::IRSpy::irspy_to_zeerex_xsl = $irspy_to_zeerex_xsl if $irspy_to_zeerex_xsl; -my $dbname = 'localhost:8018/IR-Explain---1'; +my $dbname = ZOOM::IRSpy::connect_to_registry(); my $spy = new ZOOM::IRSpy( $dbname, "admin", "fruitbat" ); isa_ok( $spy, 'ZOOM::IRSpy' );