- 03 Jan, 2012 40 commits
-
-
Maciej Małecki authored
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
-
Maciej Małecki authored
-
Maciej Małecki authored
Tick and X marks in test runner output.
-
Maciej Małecki authored
-
Maciej Małecki authored
-
Maciej Małecki authored
-
Maciej Małecki authored
-
Maciej Małecki authored
Features: * timeout * running tests in separate processes * printing basic summary
-
Maciej Małecki authored
-
Maciej Małecki authored
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT` * `process.exit` instead of `server.close` (process wouldn't exit otherwise, I'm not sure why)
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT` * remove https part * change assertion to match `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT` As off a95cf9bd63, this test doesn't hang.
-
Maciej Małecki authored
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
Modifications: * make client connect to `PROXY_PORT` instead of `PORT`
-
Maciej Małecki authored
-
Maciej Małecki authored
-
Maciej Małecki authored
Modifications: * add `PROXY_PORT` constant
-
Maciej Małecki authored
-
Maciej Małecki authored
Previous approach failed in case of routing table like: { 'domain.com': 'localhost:9000', 'a.domain.com': 'localhost:9001' } without `hostnameOnly`. When routing request to `a.domain.com`, `RegExp` matched first entry (`domain.com`) and returned it.
-