Skip to content

Commit f75364d

Browse files
author
chengyitian
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents 33be169 + 9d72652 commit f75364d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

test/com/xxdb/data/BasicDecimal128MatrixTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public void test_BasicDecimal128Matrix_string() throws Exception {
190190
"-1.999900000 1.999900000 -0.999900000 0.999900000 \n" +
191191
"0.000000000 0.000000000 0.010000000 -0.001000000\n" +
192192
"-1.000000090 1.000000090 -0.000000090 0.000000090 \n" +
193-
"-1.999999999 1.999999999 -0.999999999 0.999999999 \n", re4.getString());
193+
"-2.000000000 2.000000000 -1.000000000 1.000000000 \n", re4.getString());
194194

195195
List<String[]> list4 = new ArrayList<>();
196196
list4.add(new String[]{"0.49","-123.44","132.50","-0.51"});
@@ -200,7 +200,7 @@ public void test_BasicDecimal128Matrix_string() throws Exception {
200200
"0 \n" +
201201
"-123\n" +
202202
"133 \n" +
203-
"-1 \n", re5.getString());
203+
"-1 \n", re5.getString());
204204
}
205205

206206
@Test

test/com/xxdb/data/BasicDecimal32MatrixTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public void test_BasicDecimal32Matrix_string() throws Exception {
188188
"-1.999900000 1.999900000 -0.999900000 0.999900000 \n" +
189189
"0.000000000 0.000000000 0.010000000 -0.001000000\n" +
190190
"-1.000000090 1.000000090 -0.000000090 0.000000090 \n" +
191-
"-1.999999999 1.999999999 -0.999999999 0.999999999 \n", re4.getString());
191+
"-2.000000000 2.000000000 -1.000000000 1.000000000 \n", re4.getString());
192192

193193
List<String[]> list4 = new ArrayList<>();
194194
list4.add(new String[]{"0.49","-123.44","132.50","-0.51"});
@@ -198,7 +198,7 @@ public void test_BasicDecimal32Matrix_string() throws Exception {
198198
"0 \n" +
199199
"-123\n" +
200200
"133 \n" +
201-
"-1 \n", re5.getString());
201+
"-1 \n", re5.getString());
202202
}
203203

204204
@Test

test/com/xxdb/data/BasicDecimal64MatrixTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public void test_BasicDecimal64Matrix_string() throws Exception {
189189
"-1.999900000000000000 1.999900000000000000 -0.999900000000000000 0.999900000000000000 \n" +
190190
"0.000000000000000000 0.000000000000000000 0.010000000000000000 -0.001000000000000000\n" +
191191
"-1.000000000000090000 1.000000000090000000 -0.000000000090000000 0.000000000000000000 \n" +
192-
"-1.999999999999999999 1.999999999999999999 -0.999999999999999999 0.999999999999999999 \n", re4.getString());
192+
"-2.000000000000000000 2.000000000000000000 -1.000000000000000000 1.000000000000000000 \n", re4.getString());
193193

194194
List<String[]> list4 = new ArrayList<>();
195195
list4.add(new String[]{"0.49","-123.44","132.50","-0.51"});
@@ -199,7 +199,7 @@ public void test_BasicDecimal64Matrix_string() throws Exception {
199199
"0 \n" +
200200
"-123\n" +
201201
"133 \n" +
202-
"-1 \n", re5.getString());
202+
"-1 \n", re5.getString());
203203
}
204204

205205
@Test

0 commit comments

Comments
 (0)