Improve URL string conversions and ostream support

This commit is contained in:
Vinnie Falco
2013-10-30 14:22:51 -07:00
parent 4ed36da458
commit ef94f42b62
3 changed files with 30 additions and 10 deletions

View File

@@ -155,7 +155,7 @@ public:
{
ParsedURL result (url);
expect (result.error () == 0);
expect (result.url ().full () == url);
expect (result.url ().toString () == url);
}
void testURL ()