From d708cd54252c04005483174c32b0c1fd52cff642 Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 9 Jan 2017 09:22:44 +0000 Subject: [PATCH] .autotest git-svn-id: svn://ultimatepp.org/upp/trunk@10683 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- autotest/CheckBak/CheckBak.cpp | 2 +- autotest/CheckMirror/CheckMirror.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autotest/CheckBak/CheckBak.cpp b/autotest/CheckBak/CheckBak.cpp index 0881d95f9..616fcb599 100644 --- a/autotest/CheckBak/CheckBak.cpp +++ b/autotest/CheckBak/CheckBak.cpp @@ -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"); diff --git a/autotest/CheckMirror/CheckMirror.cpp b/autotest/CheckMirror/CheckMirror.cpp index 5929b4904..1c8b7021b 100644 --- a/autotest/CheckMirror/CheckMirror.cpp +++ b/autotest/CheckMirror/CheckMirror.cpp @@ -44,7 +44,7 @@ CONSOLE_APP_MAIN ASSERT(d == d1 && rev == rev1); - GetRepoInfo("svn://www.ultimatepp.org/upp/trunk/uppsrc", d, rev); + GetRepoInfo("svn://www.ultimatepp.org/upp/trunk", d, rev); LOG("upp.src revision: " << rev); String h = HttpRequest("https://github.com/ultimatepp/mirror/commits/master").Execute();