Skip to content

Commit 9e4ecd1

Browse files
committed
Re-enable tests
1 parent 78afddb commit 9e4ecd1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

test/fetchBlobAsBuffer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ describe('83. fetchBlobAsBuffer.js', function() {
10181018
], done);
10191019
}); // 83.1.21
10201020

1021-
it.skip('83.1.22 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table', function(done) {
1021+
it('83.1.22 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table', function(done) {
10221022
var id_1 = getID();
10231023
var specialStr_1 = '83.1.22_1';
10241024
var contentLength_1 = 26;
@@ -4590,7 +4590,7 @@ describe('83. fetchBlobAsBuffer.js', function() {
45904590
], done);
45914591
}); // 83.6.18
45924592

4593-
it.skip('83.6.19 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table', function(done) {
4593+
it('83.6.19 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table', function(done) {
45944594
var id_1 = getID();
45954595
var specialStr_1 = '83.6.19_1';
45964596
var contentLength_1 = 26;

test/fetchClobAsString.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ describe('82. fetchClobAsString.js', function() {
10151015
], done);
10161016
}); // 82.1.21
10171017

1018-
it.skip('82.1.22 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table', function(done) {
1018+
it('82.1.22 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table', function(done) {
10191019
var id_1 = getID();
10201020
var specialStr_1 = '82.1.22_1';
10211021
var contentLength_1 = 26;
@@ -4512,7 +4512,7 @@ describe('82. fetchClobAsString.js', function() {
45124512
], done);
45134513
}); // 82.6.18
45144514

4515-
it.skip('82.6.19 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table', function(done) {
4515+
it('82.6.19 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table', function(done) {
45164516
var id_1 = getID();
45174517
var specialStr_1 = '82.6.19_1';
45184518
var contentLength_1 = 26;

test/list.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ Overview of node-oracledb functional tests
13641364
82.1.19 works with connection.queryStream()
13651365
82.1.20 works with connection.queryStream() and oracledb.maxRows > actual number of rows in the table
13661366
82.1.21 works with connection.queryStream() and oracledb.maxRows = actual number of rows in the table
1367-
- 82.1.22 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table
1367+
82.1.22 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table
13681368
82.2 fetch CLOB columns by setting oracledb.fetchAsString and outFormat = oracledb.OBJECT
13691369
82.2.1 works with NULL value
13701370
82.2.2 works with empty String
@@ -1460,7 +1460,7 @@ Overview of node-oracledb functional tests
14601460
82.6.16 works with connection.queryStream()
14611461
82.6.17 works with connection.queryStream() and oracledb.maxRows > actual number of rows in the table
14621462
82.6.18 works with connection.queryStream() and oracledb.maxRows = actual number of rows in the table
1463-
- 82.6.19 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table
1463+
82.6.19 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table
14641464
82.7 fetch CLOB columns by setting fetchInfo option and outFormat = oracledb.OBJECT
14651465
82.7.1 works with NULL value
14661466
82.7.2 works with empty buffer
@@ -1560,7 +1560,7 @@ Overview of node-oracledb functional tests
15601560
83.1.19 works with connection.queryStream()
15611561
83.1.20 works with connection.queryStream() and oracledb.maxRows > actual number of rows in the table
15621562
83.1.21 works with connection.queryStream() and oracledb.maxRows = actual number of rows in the table
1563-
- 83.1.22 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table
1563+
83.1.22 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table
15641564
83.2 fetch BLOB columns by setting oracledb.fetchAsBuffer and outFormat = oracledb.OBJECT
15651565
83.2.1 works with NULL value
15661566
83.2.2 works with empty Buffer
@@ -1656,7 +1656,7 @@ Overview of node-oracledb functional tests
16561656
83.6.16 works with connection.queryStream()
16571657
83.6.17 works with connection.queryStream() and oracledb.maxRows > actual number of rows in the table
16581658
83.6.18 works with connection.queryStream() and oracledb.maxRows = actual number of rows in the table
1659-
- 83.6.19 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table
1659+
83.6.19 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table
16601660
83.7 fetch BLOB columns by setting fetchInfo option and outFormat = oracledb.OBJECT
16611661
83.7.1 works with NULL value
16621662
83.7.2 works with empty buffer

0 commit comments

Comments
 (0)