@@ -17,7 +17,7 @@ using namespace Passenger::Core;
1717namespace tut {
1818 /*
1919 * How this test suite works:
20- *
20+ *
2121 * 1. Initialization:
2222 * Call init() early, which creates a controller and starts a background event loop.
2323 *
@@ -27,7 +27,7 @@ namespace tut {
2727 *
2828 * 3. Testing requests to the controller:
2929 * 1. Establish a connection with connectToServer().
30- * 2. Use sendRequest() to send an HTTP requests.
30+ * 2. Use sendRequest() to send an HTTP requests.
3131 * 3. Optional: call waitUntilSessionInitiated() to wait until the controller
3232 * has initiated a session. This adds an extra check so that if the test fails
3333 * then you at least know whether the problem is before or after session initiation.
@@ -90,7 +90,7 @@ namespace tut {
9090 const Core::ControllerSingleAppModeSchema &singleAppModeSchema,
9191 const Json::Value &singleAppModeConfig)
9292 : Core::Controller(context, schema, initialConfig, ConfigKit::DummyTranslator(),
93- &singleAppModeSchema, &singleAppModeConfig, ConfigKit::DummyTranslator()),
93+ &singleAppModeSchema, &singleAppModeConfig, ConfigKit::DummyTranslator()),
9494 mockedSessionCount (0 ),
9595 forceSessionSocketConnectTimeout(false )
9696 { }
@@ -1204,7 +1204,7 @@ namespace tut {
12041204
12051205 waitUntilSessionClosed ();
12061206 ensure (" (1)" , testSession.isSuccessful ());
1207- }
1207+ }
12081208
12091209 TEST_METHOD (61 ) {
12101210 set_test_name (" If app connection establishment keeps timing out,"
0 commit comments