mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-22 22:02:34 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@8441 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ad8a094bcf
commit
ac842e5b52
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ CONSOLE_APP_MAIN
|
|||
SaveFile(AppendFileName(outdir, pdfname), pdf);
|
||||
|
||||
String h = LoadDataFile(pdfname);
|
||||
ASSERT(h.GetCount() == pdf.GetCount());qtf
|
||||
ASSERT(h.GetCount() == pdf.GetCount());
|
||||
int q = h.ReverseFind("trailer");
|
||||
ASSERT(pdf.Mid(0, q) == h.Mid(0, q));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue