Sha256: 2d2bccb1a0dc4e554398c52e85aeaa77dfa49ade9140e1071ce605c09dd5b360
Contents?: true
Size: 557 Bytes
Versions: 19
Compression:
Stored size: 557 Bytes
Contents
#include "tut.h" #include "support/Support.h" #include "StandardApplicationPool.h" #include "Utils.h" using namespace Passenger; using namespace Test; namespace tut { struct StandardApplicationPoolTest { ApplicationPoolPtr pool, pool2; StandardApplicationPoolTest() { pool = ptr(new StandardApplicationPool("../bin/passenger-spawn-server")); pool2 = pool; } ApplicationPoolPtr newPoolConnection() { return pool; } }; DEFINE_TEST_GROUP(StandardApplicationPoolTest); #define USE_TEMPLATE #include "ApplicationPoolTest.cpp" }
Version data entries
19 entries across 19 versions & 4 rubygems