File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4405,10 +4405,10 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
44054405 185.3 Specify the notification only for INSERT operation
44064406 185.4 Negative - provide invalid SQL in CQN option
44074407 185.5 examples/cqn2.js
4408- 185.6 getting registration ID "regId" for subscriptions
4408+ 185.6 Get the registration ID "regId" for subscriptions
44094409 185.7 Negative - unsubscribe multiple times
44104410 185.8 Negative - unsubscribe nonexistent subscriptions
4411- 185.9 Negative - unsubscribe the subscription which throwed error when subscribed
4411+ 185.9 Negative - unsubscribe the invalid subscription
44124412
44134413186. instanceof2.js
44144414 186.1 instanceof checks for SODA classes
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ describe('185. runCQN.js', function() {
317317 }
318318 } ) ; // 185.5
319319
320- it ( '185.6 getting registration ID "regId" for subscriptions' , async ( ) => {
320+ it ( '185.6 Get the registration ID "regId" for subscriptions' , async ( ) => {
321321 try {
322322 const TABLE = 'nodb_tab_cqn_6' ;
323323 let sql =
@@ -433,7 +433,7 @@ describe('185. runCQN.js', function() {
433433 } ) ; // 185.8
434434
435435 // An variation of 185.4
436- it ( '185.9 Negative - unsubscribe the subscription which throwed error when subscribed ' , async ( ) => {
436+ it ( '185.9 Negative - unsubscribe the invalid subscription ' , async ( ) => {
437437 try {
438438 const TABLE = 'nodb_tab_cqn_9' ;
439439 const myCallback = async function ( message ) {
You can’t perform that action at this time.
0 commit comments