X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=bin%2Ftest-xml-update.pl;h=8cc551c6dda3f17096977c0f3f36e959ed37d999;hp=69f4d301f635ffb133bf2771aa42c13c4cd6f51e;hb=03aabcf071b8cfc5ace823f7f672f28496054211;hpb=2b76da1ff688c8367cd222e4119a19b108ac35fd diff --git a/bin/test-xml-update.pl b/bin/test-xml-update.pl index 69f4d30..8cc551c 100755 --- a/bin/test-xml-update.pl +++ b/bin/test-xml-update.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# $Id: test-xml-update.pl,v 1.7 2006-11-29 17:22:32 mike Exp $ +# $Id: test-xml-update.pl,v 1.9 2007-03-19 18:50:22 mike Exp $ # # Run like this: # perl -I ../lib ./test-xml-update.pl bagel.indexdata.dk:210/gils title "Test Database" author "Adam" description "This is a nice database" @@ -55,7 +55,7 @@ if (!getopts('wnxd', \%opts) || @ARGV % 2 == 0) { } my($id, %data) = @ARGV; -my $conn = new ZOOM::Connection("localhost:3313/IR-Explain---1", 0, +my $conn = new ZOOM::Connection("localhost:8018/IR-Explain---1", 0, user => "admin", password => "fruitbat"); $conn->option(elementSetName => "zeerex"); my $qid = $id; @@ -80,7 +80,7 @@ print("Document modified with $nchanges change", $nchanges == 1 ? "" : "s", ": ", join(", ", map { $_->[2] } @changedFields), "\n"); if ($opts{w}) { - ZOOM::IRSpy::_really_rewrite_record($conn, $xc->getContextNode()); + ZOOM::IRSpy::_really_rewrite_record($conn, $xc->getContextNode(), $id); print "Rewrote record '$id'\n"; }