Only test on committed test files

This commit is contained in:
Paul van Brouwershaven
2025-02-25 18:17:38 +01:00
committed by GitHub
parent 681997c680
commit 61ba7949bd

View File

@@ -12,14 +12,12 @@ func TestGetLastObjectIDFromXref(t *testing.T) {
fileName string fileName string
expected uint32 expected uint32
}{ }{
{"minimal.pdf", 5},
{"testfile12.pdf", 16}, {"testfile12.pdf", 16},
{"testfile14.pdf", 15}, {"testfile14.pdf", 15},
{"testfile16.pdf", 567}, {"testfile16.pdf", 567},
{"testfile17.pdf", 20}, {"testfile17.pdf", 20},
{"testfile20.pdf", 10}, {"testfile20.pdf", 10},
{"testfile21.pdf", 16}, {"testfile21.pdf", 16},
{"small.pdf", 7},
} }
for _, tc := range testCases { for _, tc := range testCases {