You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/06/15 13:26:17 UTC

[1/2] git commit: updated refs/heads/1.3.x to 7542366

Updated Branches:
  refs/heads/1.3.x 36194432c -> 754236627
  refs/heads/master e6d95ae5d -> a27adbf27


[TESTS] [HOTFIX] correct error in auth cache test


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/75423662
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/75423662
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/75423662

Branch: refs/heads/1.3.x
Commit: 754236627fd1c7c28d96ac625b68005468872234
Parents: 3619443
Author: Jan Lehnardt <ja...@apache.org>
Authored: Sat Jun 15 13:26:04 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Sat Jun 15 13:26:04 2013 +0200

----------------------------------------------------------------------
 test/etap/075-auth-cache.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/75423662/test/etap/075-auth-cache.t
----------------------------------------------------------------------
diff --git a/test/etap/075-auth-cache.t b/test/etap/075-auth-cache.t
index 7a8b824..623884b 100755
--- a/test/etap/075-auth-cache.t
+++ b/test/etap/075-auth-cache.t
@@ -272,5 +272,5 @@ open_auth_db(DbName) ->
 
 
 delete_db(Name) ->
-    ok = couch_server:delete(
+    couch_server:delete(
         Name, [{user_ctx, #user_ctx{roles = [<<"_admin">>]}}]).


[2/2] git commit: updated refs/heads/master to a27adbf

Posted by ja...@apache.org.
[TESTS] [HOTFIX] correct error in auth cache test


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/a27adbf2
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/a27adbf2
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/a27adbf2

Branch: refs/heads/master
Commit: a27adbf2723eae4dc0f16c8d2fd64ce1ddd28dde
Parents: e6d95ae
Author: Jan Lehnardt <ja...@apache.org>
Authored: Sat Jun 15 13:26:04 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Sat Jun 15 13:26:10 2013 +0200

----------------------------------------------------------------------
 test/etap/075-auth-cache.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/a27adbf2/test/etap/075-auth-cache.t
----------------------------------------------------------------------
diff --git a/test/etap/075-auth-cache.t b/test/etap/075-auth-cache.t
index 7a8b824..623884b 100755
--- a/test/etap/075-auth-cache.t
+++ b/test/etap/075-auth-cache.t
@@ -272,5 +272,5 @@ open_auth_db(DbName) ->
 
 
 delete_db(Name) ->
-    ok = couch_server:delete(
+    couch_server:delete(
         Name, [{user_ctx, #user_ctx{roles = [<<"_admin">>]}}]).