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

Version Path
vanity-1.7.1 vendor/ruby/1.9.1/gems/passenger-2.2.15/test/StandardApplicationPoolTest.cpp
passenger-2.2.15 test/StandardApplicationPoolTest.cpp
passenger-2.2.14 test/StandardApplicationPoolTest.cpp
passenger-2.2.13 test/StandardApplicationPoolTest.cpp
passenger-2.2.12 test/StandardApplicationPoolTest.cpp
colouringcode-passenger-0.2 test/StandardApplicationPoolTest.cpp
passenger-2.2.11 test/StandardApplicationPoolTest.cpp
passenger-jmazzi-2.2.10 test/StandardApplicationPoolTest.cpp
passenger-2.2.10 test/StandardApplicationPoolTest.cpp
passenger-jmazzi-2.2.9 test/StandardApplicationPoolTest.cpp
passenger-2.2.9 test/StandardApplicationPoolTest.cpp
passenger-2.2.8 test/StandardApplicationPoolTest.cpp
colouringcode-passenger-0.1 test/StandardApplicationPoolTest.cpp
passenger-2.2.7 test/StandardApplicationPoolTest.cpp
passenger-2.2.6 test/StandardApplicationPoolTest.cpp
passenger-2.2.5 test/StandardApplicationPoolTest.cpp
passenger-2.2.3 test/StandardApplicationPoolTest.cpp
passenger-2.2.4 test/StandardApplicationPoolTest.cpp
passenger-2.2.2 test/StandardApplicationPoolTest.cpp