Update test descriptions

This commit is contained in:
Christopher Jones 2018-11-30 08:35:11 +11:00
parent 168bf40d4d
commit 97d86d5656
2 changed files with 19 additions and 2 deletions

View File

@ -4277,4 +4277,21 @@ Overview of node-oracledb functional tests
175.5 getCursor(), basic case
175.6 skip().getCursor()
175.7 getCursor(), empty document matched
175.8 Negative - close document cursor two times
175.8 Negative - close document cursor two times
175.9 getDocuments(), basic case
175.10 getDocuments(), no documents matched
175.11 getOne(), basic case
175.12 getOne(), the filter matches multiple documents
175.13 remove(), basic case
175.14 remove(), remove zero document
175.15 remove(), remove multiple times
176. soda8.js
176.1 replaceOne(), basic case with document content
176.2 replaceOne(), basic case with document object
175.3 replaceOne(), no error is reported if the query criteria do not match any document
175.4 Negative - replaceOne(), the key() method must be used
175.5 replaceOneAndGet(), basic case with document content
175.6 replaceOneAndGet(), basic case with document object
175.7 replaceOneAndGet(), updatedDocument does not have document content
175.8 replaceOneAndGet(), no error is reported if it does not match any document

View File

@ -419,7 +419,7 @@ describe('168. soda4.js', () => {
}
}); // 168.6
it('168.7 Negative - customize mediaType, invalide type, numeric value', async () => {
it('168.7 Negative - customize mediaType, invalid type, numeric value', async () => {
let conn, coll;
try {
conn = await oracledb.getConnection(dbconfig);