We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f874acf commit df275e2Copy full SHA for df275e2
1 file changed
opendap/src/test/java/opendap/test/TestFiles.java
@@ -136,7 +136,6 @@ public TestFiles() {
136
////////////////////
137
static String[] xtestfiles = {};
138
139
- /* No longer available */
140
static String[][] specialtests =
141
- {{".das", "http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/deployments/m1/200810", "OS_M1_20081008_TS.nc"}};
+ {{".das", "https://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/deployments/m1/200810", "OS_M1_20081008_TS.nc"}};
142
}
0 commit comments