From e9c9b4fd195df4f0f346a0e488a39613580c4f62 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 5 Dec 2025 10:42:17 +0100 Subject: [PATCH] Bug 37796: (QA follow-up) nextpublisheddate in t/db../GetNextSeq.t Content-Type: text/plain; charset=utf-8 Just adding the fifth parameter here, since that actually should be the next published date. But note that it is just a placeholder, since the test does not use the associated date substitutions. --- t/db_dependent/Serials/GetNextSeq.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/t/db_dependent/Serials/GetNextSeq.t b/t/db_dependent/Serials/GetNextSeq.t index fb43902217..68bc2ceb38 100755 --- a/t/db_dependent/Serials/GetNextSeq.t +++ b/t/db_dependent/Serials/GetNextSeq.t @@ -274,6 +274,8 @@ sub _next_seq { $seq, $subscription->{lastvalue1}, $subscription->{lastvalue2}, $subscription->{lastvalue3}, $subscription->{innerloop1}, $subscription->{innerloop2}, $subscription->{innerloop3} - ) = GetNextSeq( $subscription, $pattern, $frequency, $publisheddate ); + ) + = GetNextSeq( $subscription, $pattern, $frequency, $publisheddate, $publisheddate ) + ; # 5th parameter not really used btw return $seq; } -- 2.39.5