couchdb-harness
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -76,3 +76,2 @@ "use strict"; | ||
'javascript/tests/users_db_security.js', | ||
'javascript/tests/uuids.js', | ||
'javascript/tests/view_collation.js', | ||
@@ -89,4 +88,3 @@ 'javascript/tests/view_collation_raw.js', | ||
'javascript/tests/view_sandboxing.js', | ||
'javascript/tests/view_update_seq.js', | ||
'javascript/tests/view_xml.js' | ||
'javascript/tests/view_update_seq.js' | ||
]; | ||
@@ -93,0 +91,0 @@ |
@@ -87,9 +87,11 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not | ||
run_on_modified_server([{ | ||
"section": "uuids", | ||
"key": "algorithm", | ||
"value": "sequential", | ||
}], | ||
seq_testfun | ||
); | ||
skip("PouchDB Server doesn't support multiple uuid algorithms", function () { | ||
run_on_modified_server([{ | ||
"section": "uuids", | ||
"key": "algorithm", | ||
"value": "sequential", | ||
}], | ||
seq_testfun | ||
); | ||
}); | ||
@@ -117,9 +119,11 @@ // Test utc_random uuids | ||
run_on_modified_server([{ | ||
"section": "uuids", | ||
"key": "algorithm", | ||
"value": "utc_random" | ||
}], | ||
utc_testfun | ||
); | ||
skip("PouchDB Server doesn't support multiple uuid algorithms", function () { | ||
run_on_modified_server([{ | ||
"section": "uuids", | ||
"key": "algorithm", | ||
"value": "utc_random" | ||
}], | ||
utc_testfun | ||
); | ||
}); | ||
@@ -139,14 +143,15 @@ // Test utc_id uuids | ||
run_on_modified_server([{ | ||
"section": "uuids", | ||
"key": "algorithm", | ||
"value": "utc_id" | ||
}, { | ||
"section": "uuids", | ||
"key": "utc_id_suffix", | ||
"value": utc_id_suffix | ||
}], | ||
suffix_testfun | ||
); | ||
skip("PouchDB Server doesn't support multiple uuid algorithms & thus also no utc_id_suffix", function () { | ||
run_on_modified_server([{ | ||
"section": "uuids", | ||
"key": "algorithm", | ||
"value": "utc_id" | ||
}, { | ||
"section": "uuids", | ||
"key": "utc_id_suffix", | ||
"value": utc_id_suffix | ||
}], | ||
suffix_testfun | ||
); | ||
}); | ||
}; |
{ | ||
"name": "couchdb-harness", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A generalized port of the CouchDB JavaScript test harness.", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
747963
16133
3