mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@10683 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
45e4b5a62b
commit
d708cd5425
2 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue