diff options
Diffstat (limited to 'share/www/script/test/attachment_names.js')
-rw-r--r-- | share/www/script/test/attachment_names.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/attachment_names.js b/share/www/script/test/attachment_names.js index 802abc08..3c694dd0 100644 --- a/share/www/script/test/attachment_names.js +++ b/share/www/script/test/attachment_names.js @@ -10,7 +10,7 @@ // License for the specific language governing permissions and limitations under // the License. -couchTests.attatchment_names = function(debug) { +couchTests.attachment_names = function(debug) { var db = new CouchDB("test_suite_db"); db.deleteDb(); db.createDb(); |