diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2000-03-14 19:30:42 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2000-03-14 19:30:42 (GMT) |
commit | 395da6090ffa53b971eba805c98abcc404957300 (patch) | |
tree | 1710ffb6dcf9978252a9527d4eaff55ad3f18601 /test/gass_append.c | |
parent | d9ea9c0b32c67dbf8091b1fb350d44ccddb916c4 (diff) | |
download | hdf5-395da6090ffa53b971eba805c98abcc404957300.zip hdf5-395da6090ffa53b971eba805c98abcc404957300.tar.gz hdf5-395da6090ffa53b971eba805c98abcc404957300.tar.bz2 |
[svn-r2034] Switch testing web server to paz.ncsa.uiuc.edu for gass_read; still comment out gass_write and gass_append because they depend on web server.
Diffstat (limited to 'test/gass_append.c')
-rw-r--r-- | test/gass_append.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gass_append.c b/test/gass_append.c index 96ac047..30ad6b0 100644 --- a/test/gass_append.c +++ b/test/gass_append.c @@ -151,7 +151,7 @@ int main (void) #else int main(void) { - printf("Test skipped because GASS driver does not support append yet\n"); + printf("Test skipped because append depends on web server!\n"); return 0; } #endif |