Skip to content

Commit f9744ae

Browse files
committed
Test updates
1 parent 7a09f97 commit f9744ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/list.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4671,7 +4671,7 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
46714671
230.3 Negative - client assigned keys are necessary
46724672
230.4 Negative - save without arguments
46734673

4674-
231. soda12.js
4674+
231. soda13.js
46754675
231.1 example case
46764676
231.2 truncate multiple times
46774677
231.3 Negative - invalid parameters
@@ -4738,4 +4738,4 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
47384738
239.4 implicit binding type
47394739

47404740
240. errorOffset.js
4741-
240.1 checks the offset value of the error
4741+
240.1 checks the offset value of the error

test/testsUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ testsUtil.isSodaRunnable = async function() {
110110
console.log('Error in checking SODA prerequistes:\n', error);
111111
}
112112

113-
if ( (clientVersion < 1905000000) || (serverVersion < 1805000000) ) return false;
113+
if ( (clientVersion < 1903000000) || (serverVersion < 1805000000) ) return false;
114114

115115
if ( (serverVersion >= 2000000000) && (clientVersion < 2000000000) ) return false;
116116

0 commit comments

Comments
 (0)