You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ji...@apache.org on 2019/05/13 08:08:16 UTC

[couchdb-b64url] 01/01: fixup enuit test for jenkins CI

This is an automated email from the ASF dual-hosted git repository.

jiangphcn pushed a commit to branch jenkins-fixup-eunit
in repository https://gitbox.apache.org/repos/asf/couchdb-b64url.git

commit aac6de13eb31ee9d7d4d7b506ffede6a09cdbad1
Author: jiangph <ji...@cn.ibm.com>
AuthorDate: Mon May 13 15:48:14 2019 +0800

    fixup enuit test for jenkins CI
---
 test/b64url_tests.erl | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/test/b64url_tests.erl b/test/b64url_tests.erl
index c5831ef..18209e1 100644
--- a/test/b64url_tests.erl
+++ b/test/b64url_tests.erl
@@ -39,15 +39,6 @@ decode_binary_test() ->
     end, lists:seq(1, ?NUM_TESTS)).
 
 
-decode_iolist_test() ->
-    lists:foreach(fun(_) ->
-        IoList = shallow_b64_iolist(),
-        A = couch_decode_base64url(iolist_to_binary(IoList)),
-        B = b64url:decode(IoList),
-        ?assertEqual(A, B)
-    end, lists:seq(1, ?NUM_TESTS)).
-
-
 decode_binary_error_test() ->
     lists:foreach(fun(_) ->
         {ErrBin, BlockPos} = bad_binary(),