ソースを参照

1394: one more test

pull/1395/head
Artem Pervin 8年前
コミット
e60562fb30
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      test/rebar_utils_SUITE.erl

+ 3
- 0
test/rebar_utils_SUITE.erl ファイルの表示

@ -276,6 +276,9 @@ tup_merge(_Config) ->
).
proxy_auth(_Config) ->
application:unset_env(rebar, proxy_auth),
%% proxy auth not set
?assertEqual([], rebar_utils:get_proxy_auth()),
%% proxy auth with regular username/password
rebar_utils:set_proxy_auth("Username:Password"),
?assertEqual([{proxy_auth, {"Username", "Password"}}],

読み込み中…
キャンセル
保存