mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-11 22:03:53 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@11692 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6bc489db3e
commit
b6657df49c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue