Skip to content

Commit 32d4de5

Browse files
author
Jeff Whitaker
committed
add test for DAP failure
1 parent 2a7c7b8 commit 32d4de5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,5 +281,7 @@ function run_tests {
281281
which python
282282
cp ../netcdf4-python/test/* .
283283
python run_all.py
284+
# add test for issue #1246
285+
filename='https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide//m2.hamtide11a.nc'
286+
python -c "from netCDF4 import Dataset; nc=Dataset(\"${filename}\"); print(nc)"
284287
}
285-

0 commit comments

Comments
 (0)