mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.autotest
This commit is contained in:
parent
3abc20b07d
commit
5201f549f1
2 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ CONSOLE_APP_MAIN
|
|||
String pdfpath = AppendFileName(outdir, "test.pdf");
|
||||
SaveFile(pdfpath, pdf);
|
||||
|
||||
DDUMP(pdfpath);
|
||||
|
||||
String h = LoadDataFile("test.pdf");
|
||||
ASSERT(h.GetCount() == pdf.GetCount());
|
||||
int q = h.ReverseFind("trailer");
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue