MCPcopy Create free account
hub / github.com/3rdparty/libprocess / TearDownTestCase

Method TearDownTestCase

src/tests/http_tests.cpp:211–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209
210public:
211 static void TearDownTestCase()
212 {
213 set_environment_variables({});
214 process::reinitialize(
215 None(),
216 READWRITE_HTTP_AUTHENTICATION_REALM,
217 READONLY_HTTP_AUTHENTICATION_REALM);
218
219 SSLTemporaryDirectoryTest::TearDownTestCase();
220 }
221#endif // USE_SSL_SOCKET
222};
223

Callers

nothing calls this directly

Calls 1

reinitializeFunction · 0.50

Tested by

no test coverage detected