.autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@8441 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-05-13 06:19:32 +00:00
parent ad8a094bcf
commit ac842e5b52

View file

@ -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));
}