summaryrefslogtreecommitdiffstats
path: root/test/tvlstr.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2007-03-26 21:18:13 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2007-03-26 21:18:13 (GMT)
commitdde381add4e4bd4e03812ce8a5b678185d6296b7 (patch)
tree78e52ee5263da4272dd9e7a327d3c22965d5835b /test/tvlstr.c
parent4eed634bcf57fc1253f77bea2256d407db098d51 (diff)
downloadhdf5-dde381add4e4bd4e03812ce8a5b678185d6296b7.zip
hdf5-dde381add4e4bd4e03812ce8a5b678185d6296b7.tar.gz
hdf5-dde381add4e4bd4e03812ce8a5b678185d6296b7.tar.bz2
[svn-r13544] Some minor adjustment from last round of checkin. Tested on kagiso
only because the changes are simple.
Diffstat (limited to 'test/tvlstr.c')
-rw-r--r--test/tvlstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tvlstr.c b/test/tvlstr.c
index a7b2a32..e41da26 100644
--- a/test/tvlstr.c
+++ b/test/tvlstr.c
@@ -256,7 +256,7 @@ test_vlstrings_basic(void)
static void
test_vlstrings_special(void)
{
- const char *wdata[SPACE1_DIM1] = {"one", "two", "", "\0"};
+ const char *wdata[SPACE1_DIM1] = {"", "two", "three", "\0"};
const char *wdata2[SPACE1_DIM1] = {NULL, NULL, NULL, NULL};
char *rdata[SPACE1_DIM1]; /* Information read in */
char *fill; /* Fill value */