mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.autotest
This commit is contained in:
parent
ea71e0a650
commit
30452cba90
1 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ CONSOLE_APP_MAIN
|
|||
String s = h.Execute();
|
||||
DUMP(h.GetReasonPhrase());
|
||||
DUMP(h.GetContent());
|
||||
ASSERT(s.Find("<script type=\"text/javascript\" src=\"//c.imedia.cz/js/retargeting.js\"></script>") >= 0);
|
||||
ASSERT(s.Find("Journeyman CZ") >= 0);
|
||||
}
|
||||
|
||||
{
|
||||
|
|
@ -78,7 +78,7 @@ CONSOLE_APP_MAIN
|
|||
String s = h.Execute();
|
||||
DUMP(h.GetReasonPhrase());
|
||||
DUMP(h.GetContent());
|
||||
ASSERT(s.Find("<script type=\"text/javascript\" src=\"//c.imedia.cz/js/retargeting.js\"></script>") >= 0);
|
||||
ASSERT(s.Find("Journeyman CZ") >= 0);
|
||||
}
|
||||
|
||||
LLOG("*********** Everything is OK");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue