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@13715 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
13abd5bb61
commit
a86bcb3fa5
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ using namespace Upp;
|
||||||
|
|
||||||
CONSOLE_APP_MAIN
|
CONSOLE_APP_MAIN
|
||||||
{
|
{
|
||||||
|
StdLogSetup(LOG_COUT|LOG_FILE);
|
||||||
|
|
||||||
Date d;
|
Date d;
|
||||||
String downloads = HttpRequest("http://www.ultimatepp.org/www$uppweb$nightly$en-us.html").Execute();
|
String downloads = HttpRequest("http://www.ultimatepp.org/www$uppweb$nightly$en-us.html").Execute();
|
||||||
int q = downloads.Find("<a href=\"downloads/upp-x11-src-");
|
int q = downloads.Find("<a href=\"downloads/upp-x11-src-");
|
||||||
|
|
@ -26,4 +28,5 @@ CONSOLE_APP_MAIN
|
||||||
|
|
||||||
LOG("downloads last date: " << d);
|
LOG("downloads last date: " << d);
|
||||||
ASSERT(d >= GetSysDate() - 1);
|
ASSERT(d >= GetSysDate() - 1);
|
||||||
|
LOG("============== OK");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue