[fix] common-log jar missing

This commit is contained in:
Andy Bunce 2025-01-24 22:34:48 +00:00
parent 2c6074d4d3
commit 057d29dad7
9 changed files with 6 additions and 19 deletions

View file

@ -2,14 +2,11 @@
:)
module namespace test="urn:expkg-zone58:pdfbox3:tests";
import module namespace pdfbox="org.expkg-zone58.Pdfbox3";
import module namespace pdfbox="org.expkg_zone58.Pdfbox3";
declare variable $test:base:=file:base-dir()=>file:parent()=>file:parent();
declare %unit:test
function test:pdfbox-version(){
unit:assert(starts-with(pdfbox:version(),"3.0"))
};
declare %unit:test
function test:page-count(){