Skip to content

Commit f2e5ad9

Browse files
committed
Minor housekeeping and security updates in test files
1 parent a335cd4 commit f2e5ad9

File tree

8 files changed

+4
-10
lines changed

8 files changed

+4
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"url": "git://github.com/oracle/node-oracledb.git"
3131
},
3232
"devDependencies": {
33-
"mocha": "10.2.0",
34-
"eslint": "8.15.0"
33+
"eslint": "8.15.0",
34+
"mocha": "10.2.0"
3535
},
3636
"scripts": {
3737
"test": "mocha --config test/opts/.mocharc.yaml",

test/changePassword.js

-1
Original file line numberDiff line numberDiff line change
@@ -847,4 +847,3 @@ describe('161. changePassword.js', function() {
847847
}); // 161.12.11
848848
});
849849
});
850-

test/editionTest.js

-1
Original file line numberDiff line numberDiff line change
@@ -604,4 +604,3 @@ describe('160. editionTest.js', function() {
604604
}); // 160.25
605605

606606
});
607-

test/embedded_oid.js

-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
* simplifying data management, while absent "_id" fields get generated
3131
* unique "_id" keys upon write.
3232
*
33-
* Refer: https://confluence.oraclecorp.com/confluence/x/kyQxpgE
34-
*
3533
*****************************************************************************/
3634
'use strict';
3735

test/executeMany1.js

-1
Original file line numberDiff line numberDiff line change
@@ -765,4 +765,3 @@ describe('163. executeMany1.js', function() {
765765
}; // dropParentChildTables()
766766

767767
});
768-

test/ext/shutdown-startup/flexible-api-01.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe('2. flexible-api-01.js', () => {
5757
};
5858

5959
const conn = await oracledb.getConnection(dbaConfig);
60-
if (conn.oracleServerVersion < 1201020000) {
60+
if (conn.oracleServerVersion < 1201000200) {
6161
await conn.close();
6262
this.skip();
6363
}

test/list.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4884,7 +4884,7 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
48844884
230.3 Negative - client assigned keys are necessary
48854885
230.4 Negative - save without arguments
48864886
230.5 save() with multiple updates for the same key
4887-
230.6 save() with different key column types
4887+
230.6 save() with different key column types
48884888

48894889
231. soda13.js
48904890
231.1 example case

test/prefetchRows.js

-1
Original file line numberDiff line numberDiff line change
@@ -541,4 +541,3 @@ describe("147. prefetchRows.js", function() {
541541
});
542542
});
543543
});
544-

0 commit comments

Comments
 (0)