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

davisp pushed a commit to branch 
COUCHDB-3326-clustered-purge-pr3-refactor-pse-tests
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit cbeef95741ebdac87a7c7f370865d57c3873baf2
Author: Paul J. Davis <[email protected]>
AuthorDate: Wed May 23 14:31:26 2018 -0500

    Update to use new couch_pse_tests app
---
 rebar.config.script                      | 1 +
 src/couch/test/couch_bt_engine_tests.erl | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 0cbc21f..206c5f0 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -31,6 +31,7 @@ SubDirs = [
     "src/couch_mrview",
     "src/couch_replicator",
     "src/couch_plugins",
+    "src/couch_pse_tests",
     "src/couch_event",
     "src/couch_stats",
     "src/couch_peruser",
diff --git a/src/couch/test/couch_bt_engine_tests.erl 
b/src/couch/test/couch_bt_engine_tests.erl
index c4055d0..3e3ecbf 100644
--- a/src/couch/test/couch_bt_engine_tests.erl
+++ b/src/couch/test/couch_bt_engine_tests.erl
@@ -17,4 +17,4 @@
 
 
 couch_bt_engine_test_()->
-    test_engine_util:create_tests(couch, couch_bt_engine, "couch").
+    cpse_util:create_tests(couch, couch_bt_engine, "couch").

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to