summaryrefslogtreecommitdiff
path: root/test/javascript/tests/design_options.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/javascript/tests/design_options.js')
-rw-r--r--test/javascript/tests/design_options.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/javascript/tests/design_options.js b/test/javascript/tests/design_options.js
index cc2571f6b..aaab39e5b 100644
--- a/test/javascript/tests/design_options.js
+++ b/test/javascript/tests/design_options.js
@@ -9,8 +9,9 @@
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations under
// the License.
-
+couchTests.elixir = true;
couchTests.design_options = function(debug) {
+ return console.log('done in test/elixir/test/design_options.exs');
var db_name = get_random_db_name();
var db = new CouchDB(db_name, {"X-Couch-Full-Commit":"false"});
db.createDb();
@@ -36,7 +37,7 @@ couchTests.design_options = function(debug) {
T(db.save(designDoc).ok);
// should work for temp views
- // no more there on cluster - pointless test
+ // no more there on cluster - pointless test
//var rows = db.query(map, null, {options:{include_design: true}}).rows;
//T(rows.length == 1);
//T(rows[0].value == "_design/fu");