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/07/22 12:25:36 UTC

[19/50] [abbrv] git commit: updated refs/heads/1684-feature-db-updates to ea07223

[TESTS] Make tests run more reliably. Delete test-auth-dbs before tests.


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

Branch: refs/heads/1684-feature-db-updates
Commit: e6d95ae5de7ba021c32021d955d718198e209da9
Parents: 785a342
Author: Jan Lehnardt <ja...@apache.org>
Authored: Thu Jun 13 19:36:38 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Thu Jun 13 19:37:34 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/e6d95ae5/test/etap/075-auth-cache.t
----------------------------------------------------------------------
diff --git a/test/etap/075-auth-cache.t b/test/etap/075-auth-cache.t
index 2bb17c8..7a8b824 100755
--- a/test/etap/075-auth-cache.t
+++ b/test/etap/075-auth-cache.t
@@ -72,6 +72,8 @@ test() ->
     couch_config:set(
         "couch_httpd_auth", "authentication_db",
         binary_to_list(auth_db_name()), false),
+    delete_db(auth_db_name()),
+    delete_db(auth_db_2_name()),
 
     test_auth_db_crash(),