You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ju...@apache.org on 2020/10/05 19:24:58 UTC

[couchdb] branch master updated (f21d601 -> de35260)

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

juanjo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from f21d601  Complete the port of security_validation tests to Elixir
     add de35260  port users_db_security tests to elixir

No new revisions were added by this update.

Summary of changes:
 test/elixir/README.md                       |   2 +-
 test/elixir/lib/couch.ex                    |  23 +-
 test/elixir/test/users_db_security_test.exs | 520 ++++++++++++++++++++++++++++
 test/javascript/tests/users_db_security.js  |   2 +-
 4 files changed, 540 insertions(+), 7 deletions(-)
 create mode 100644 test/elixir/test/users_db_security_test.exs