X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fover.t;h=1f2df7cf065a72a2a4a6e7368e5f53b54010f13d;hb=4eee5af6011cc8cdefb66c9729952c7eff5c0b0b;hp=22061249e6370e1e79969a51add351416e275817;hpb=8862c33ae93eea1af6246cd3c7a81e0a122186bf;p=public-inbox.git diff --git a/t/over.t b/t/over.t index 22061249..1f2df7cf 100644 --- a/t/over.t +++ b/t/over.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; @@ -90,8 +90,9 @@ $over->eidx_prep; 'example.kee:2018:deadbeefcafe' ], 'xref3 works forw two'); - @arg = qw(1349 adeadba7cafe example.key); - is($over->remove_xref3(@arg), 1, 'remove first'); + is($over->dbh->do(<<''), 1, 'remove first'); +DELETE FROM xref3 WHERE xnum = 2019 AND docid = 1349 + $xref3 = $over->get_xref3(1349); is_deeply($xref3, [ 'example.kee:2018:deadbeefcafe' ], 'confirm removal successful');