From 943e88731e1033bf09e21981f06df7f5683aa799 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 29 Jan 2015 07:51:52 +0000 Subject: [PATCH] Update expectations of SRW-Z39.50 diagnostic mapping. This has actually changed in YAZ. (The new mappings do make sense.) --- test.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.pl b/test.pl index 022dcaf..7978fbc 100644 --- a/test.pl +++ b/test.pl @@ -14,10 +14,10 @@ print "ok 1\n"; ######################### End of black magic. -print "not " if Net::Z3950::SimpleServer::yaz_diag_srw_to_bib1(11) != 3; +print "not " if Net::Z3950::SimpleServer::yaz_diag_srw_to_bib1(11) != 107; print "ok 2\n"; -print "not " if Net::Z3950::SimpleServer::yaz_diag_bib1_to_srw(3) != 11; +print "not " if Net::Z3950::SimpleServer::yaz_diag_bib1_to_srw(3) != 48; print "ok 3\n"; # Insert your test code below (better if it prints "ok 13" -- 1.7.10.4