Merged the QHttpHandler abstract base class with the QSubHandler class.

This commit is contained in:
Nathan Osman
2015-07-08 19:31:00 -07:00
parent f1a29212f3
commit 2205fb4166
16 changed files with 96 additions and 169 deletions

View File

@@ -96,7 +96,7 @@ void TestQFilesystemHandler::testRequests()
QSimpleHttpClient client(pair.client());
QHttpSocket socket(pair.server(), &pair);
handler.process(&socket, path);
handler.route(&socket, path);
QTRY_COMPARE(client.statusCode(), statusCode);
}