Only test on committed test files
This commit is contained in:

committed by
GitHub

parent
681997c680
commit
61ba7949bd
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user