Skip to content

Commit 8824f84

Browse files
author
Vincent Wilms
committed
Try to fix string tests
1 parent 659f475 commit 8824f84

6 files changed

+6
-6
lines changed

tests/PureHDF.Tests/DumpFiles/data_default_fls_String.dump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GROUP "/" {
33
<type> "String" {
44
DATATYPE H5T_STRING {
55
STRSIZE 6;
6-
STRPAD H5T_STR_NULLPAD;
6+
STRPAD H5T_STR_NULLTERM;
77
CSET H5T_CSET_UTF8;
88
CTYPE H5T_C_S1;
99
}

tests/PureHDF.Tests/DumpFiles/data_default_fls_String[].dump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GROUP "/" {
33
<type> "String[]" {
44
DATATYPE H5T_STRING {
55
STRSIZE 6;
6-
STRPAD H5T_STR_NULLPAD;
6+
STRPAD H5T_STR_NULLTERM;
77
CSET H5T_CSET_UTF8;
88
CTYPE H5T_C_S1;
99
}

tests/PureHDF.Tests/DumpFiles/data_default_fls_WritingTestStringRecordClass.dump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GROUP "/" {
55
H5T_STD_I32LE "X";
66
H5T_STRING {
77
STRSIZE 6;
8-
STRPAD H5T_STR_NULLPAD;
8+
STRPAD H5T_STR_NULLTERM;
99
CSET H5T_CSET_UTF8;
1010
CTYPE H5T_C_S1;
1111
} "Y";

tests/PureHDF.Tests/DumpFiles/data_default_fls_WritingTestStringStruct.dump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GROUP "/" {
55
H5T_STD_I32LE "x";
66
H5T_STRING {
77
STRSIZE 6;
8-
STRPAD H5T_STR_NULLPAD;
8+
STRPAD H5T_STR_NULLTERM;
99
CSET H5T_CSET_UTF8;
1010
CTYPE H5T_C_S1;
1111
} "y";

tests/PureHDF.Tests/DumpFiles/data_default_flsm_WritingTestStringRecordClass.dump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GROUP "/" {
55
H5T_STD_I32LE "X";
66
H5T_STRING {
77
STRSIZE 6;
8-
STRPAD H5T_STR_NULLPAD;
8+
STRPAD H5T_STR_NULLTERM;
99
CSET H5T_CSET_UTF8;
1010
CTYPE H5T_C_S1;
1111
} "Y";

tests/PureHDF.Tests/DumpFiles/data_default_flsm_WritingTestStringStruct.dump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GROUP "/" {
55
H5T_STD_I32LE "x";
66
H5T_STRING {
77
STRSIZE 6;
8-
STRPAD H5T_STR_NULLPAD;
8+
STRPAD H5T_STR_NULLTERM;
99
CSET H5T_CSET_UTF8;
1010
CTYPE H5T_C_S1;
1111
} "y";

0 commit comments

Comments
 (0)