diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-02-23 12:54:40 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-02-23 12:54:40 +0000 |
| commit | 3da1b86545a8b99e640f55ece3d2c867ddd02b63 (patch) | |
| tree | ec636523140bd75f50fa79990c5e82e927645286 /src | |
| parent | be6363321e67964fde51f4147e75237c71170394 (diff) | |
| download | rabbitmq-server-git-3da1b86545a8b99e640f55ece3d2c867ddd02b63.tar.gz | |
Wire in gm_tests to rabbit tests
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_tests.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl index 49b0950832..644c4f9662 100644 --- a/src/rabbit_tests.erl +++ b/src/rabbit_tests.erl @@ -34,6 +34,7 @@ test_content_prop_roundtrip(Datum, Binary) -> Binary = rabbit_binary_generator:encode_properties(Types, Values). %% assertion all_tests() -> + passed = gm_tests:all_tests(), application:set_env(rabbit, file_handles_high_watermark, 10, infinity), ok = file_handle_cache:set_limit(10), passed = test_file_handle_cache(), |
