.autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@11692 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-01-15 10:45:23 +00:00
parent 6bc489db3e
commit b6657df49c

View file

@ -64,7 +64,7 @@ CONSOLE_APP_MAIN
}
{
HttpRequest r("http://httpbin.org/digest-auth/auth/usr/pwd");
r.User("usr", "pwd");
r.Digest("usr", "pwd");
String h = r.Execute();
DUMP(r.GetContent());
ASSERT(h.Find("\"authenticated\": true") >= 0);