.autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@10683 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-01-09 09:22:44 +00:00
parent 45e4b5a62b
commit d708cd5425
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ CONSOLE_APP_MAIN
LOG(fn << ", last time: " << tm << ", size " << len << " MB");
ASSERT(tm >= GetSysDate() - 1);
ASSERT(len > 2000 && len < 2800);
ASSERT(len > 2000 && len < 3000);
String h = Sys("tar -tvf " + fn);
int q = h.Find("root/website.bak/root/bak/forum.fud");