Remove deprecated vars + fix tests. bug23253
authorSimon MacMullen <simon@rabbitmq.com>
Fri Sep 17 16:14:32 2010 +0100 (20 months ago)
branchbug23253
changeset 106f598e8cee019
parent 105 1b0894a64263
Remove deprecated vars + fix tests.
Makefile
test/rabbit_shovel_test.erl
     1.1 --- a/Makefile	Wed Sep 15 14:13:06 2010 +0100
     1.2 +++ b/Makefile	Fri Sep 17 16:14:32 2010 +0100
     1.3 @@ -2,8 +2,6 @@
     1.4  APPNAME:=rabbit_shovel
     1.5  DEPS:=rabbitmq-erlang-client
     1.6  DEPS_FILE:=deps.mk
     1.7 -TEST_APPS:=amqp_client
     1.8 -START_RABBIT_IN_TESTS:=true
     1.9  TEST_COMMANDS=rabbit_shovel_test:test()
    1.10  
    1.11  include ../include.mk
     2.1 --- a/test/rabbit_shovel_test.erl	Wed Sep 15 14:13:06 2010 +0100
     2.2 +++ b/test/rabbit_shovel_test.erl	Fri Sep 17 16:14:32 2010 +0100
     2.3 @@ -32,7 +32,8 @@
     2.4  
     2.5  test() ->
     2.6      %% shovel can be started with zero shovels configured
     2.7 -    ok = application:start(rabbit_shovel),
     2.8 +    %% (already started by plugin framework)
     2.9 +    %% ok = application:start(rabbit_shovel),
    2.10      ok = application:stop(rabbit_shovel),
    2.11  
    2.12      %% various ways of breaking the config