Przeglądaj źródła

Fix noproc test fail

pull/259/head
Mikl Kurkov 10 lat temu
rodzic
commit
e9fba0d64c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      test/lager_test_backend.erl

+ 1
- 1
test/lager_test_backend.erl Wyświetl plik

@ -651,7 +651,7 @@ error_logger_redirect_crash_test_() ->
TestBody("bad arg1",badarg1,"gen_server crash terminated with reason: bad argument in crash:handle_call/3"),
TestBody("bad arg2",badarg2,"gen_server crash terminated with reason: bad argument in call to erlang:iolist_to_binary([\"foo\",bar]) in crash:handle_call/3"),
TestBody("bad record",badrecord,"gen_server crash terminated with reason: bad record state in crash:handle_call/3"),
TestBody("noproc",noproc,"gen_server crash terminated with reason: no such process or port in call to gen_event:call(foo, bar, baz)"),
TestBody("noproc",noproc,"gen_server crash terminated with reason: no such process or port in call to gen_event:call(foo, bar, baz) in gen_event:call1/3"),
TestBody("badfun",badfun,"gen_server crash terminated with reason: bad function booger in crash:handle_call/3")
]
}.

Ładowanie…
Anuluj
Zapisz