File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 25
25
* Test deferring initialization of ODPI-C library.
26
26
* This is a node-oracledb v3.1+ feature.
27
27
*
28
+ * Note: These tests will not succeed unless LD_LIBRARY_PATH is used to
29
+ * point to the path of Oracle Instant Client.
30
+ *
28
31
*****************************************************************************/
29
32
'use strict' ;
30
33
@@ -56,7 +59,7 @@ describe('182. deferLibInit.js', () => {
56
59
}
57
60
} ) ;
58
61
59
- it ( '183 .3 Negative: call oracledb method' , async ( ) => {
62
+ it ( '182 .3 Negative: call oracledb method' , async ( ) => {
60
63
try {
61
64
delete process . env . LD_LIBRARY_PATH ;
62
65
await callMethodCase ( ) ;
Original file line number Diff line number Diff line change @@ -4346,7 +4346,7 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
4346
4346
182. deferLibInit.js
4347
4347
182.1 defers initializatiion of ODPI-C
4348
4348
182.2 Negative: throws error when asking for ODPI-C attributes
4349
- 183 .3 Negative: call oracledb method
4349
+ 182 .3 Negative: call oracledb method
4350
4350
4351
4351
184. sessionTag.js
4352
4352
184.1 Remote PL/SQL Callback
You can’t perform that action at this time.
0 commit comments