From ac842e5b52e1a00a6c636132f8e1fa7acf415772 Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 13 May 2015 06:19:32 +0000 Subject: [PATCH] .autotest git-svn-id: svn://ultimatepp.org/upp/trunk@8441 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- autotest/Qtf/Qtf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotest/Qtf/Qtf.cpp b/autotest/Qtf/Qtf.cpp index 403010c6f..f81044010 100644 --- a/autotest/Qtf/Qtf.cpp +++ b/autotest/Qtf/Qtf.cpp @@ -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)); }