diff options
| author | Juanjo Rodriguez <juanjo@apache.org> | 2020-06-29 18:02:39 +0200 |
|---|---|---|
| committer | Juanjo Rodriguez <jjrodrig@gmail.com> | 2020-06-30 13:17:33 +0200 |
| commit | eaf6e744bf286cdca8b07ea63303dd3920bcff2a (patch) | |
| tree | 8a1c1422535343cd84b4bd85450151ea8017791f /test/javascript | |
| parent | c6940d857d86c83c1aa69f068b1c503428b7b6e8 (diff) | |
| download | couchdb-eaf6e744bf286cdca8b07ea63303dd3920bcff2a.tar.gz | |
Port view_update_seq.js into elixir
Diffstat (limited to 'test/javascript')
| -rw-r--r-- | test/javascript/tests/view_update_seq.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/javascript/tests/view_update_seq.js b/test/javascript/tests/view_update_seq.js index c14453f05..8b3a3fb84 100644 --- a/test/javascript/tests/view_update_seq.js +++ b/test/javascript/tests/view_update_seq.js @@ -10,6 +10,7 @@ // License for the specific language governing permissions and limitations under // the License. +couchTests.elixir = true; couchTests.view_update_seq = function(debug) { var db_name = get_random_db_name(); var db = new CouchDB(db_name, {"X-Couch-Full-Commit":"false"}); |
