HDFFV-10128 fix string compare and add tests

This commit is contained in:
Allen Byrne
2017-03-03 14:47:59 -06:00
parent 713f0f3721
commit 9e75847d67
11 changed files with 359 additions and 60 deletions

View File

@@ -0,0 +1,37 @@
dataset: </string3> and </string3>
size: [27] [27]
position string3 string3 difference
------------------------------------------------------------
[ 12 ] d c
[ 12 ] 2 d
[ 12 ] \000 2
[ 13 ] 3 d
[ 13 ] \000 3
[ 14 ] b a
[ 14 ] c b
[ 14 ] d c
[ 14 ] 4 d
[ 14 ] \000 4
[ 15 ] c b
[ 15 ] d c
[ 15 ] 5 d
[ 15 ] \000 5
[ 16 ] c d
[ 16 ] d 6
[ 16 ] 6 \000
[ 17 ] d 7
[ 17 ] 7 \000
[ 18 ] a b
[ 18 ] b c
[ 18 ] c d
[ 18 ] d 8
[ 18 ] 8 \000
[ 19 ] b c
[ 19 ] c d
[ 19 ] d 9
[ 19 ] 9 \000
[ 24 ] c d
[ 25 ] c d
[ 26 ] c d
31 differences found
EXIT CODE: 1