* @internal * Test if we still reach normal controllers */
| 356 | * Test if we still reach normal controllers |
| 357 | */ |
| 358 | void TestStaticCompressed::testControllerPath() |
| 359 | { |
| 360 | const auto resp = getFile(u"/test/controller/hello"_s); |
| 361 | QCOMPARE(resp.statusCode, Response::OK); |
| 362 | } |
| 363 | |
| 364 | QTEST_MAIN(TestStaticCompressed) |
| 365 |
nothing calls this directly
no outgoing calls
no test coverage detected