Skip to content

Commit df275e2

Browse files
committed
Tests using dods.mbari.org failing because they upgraded to https
1 parent f874acf commit df275e2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

opendap/src/test/java/opendap/test/TestFiles.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ public TestFiles() {
136136
////////////////////
137137
static String[] xtestfiles = {};
138138

139-
/* No longer available */
140139
static String[][] specialtests =
141-
{{".das", "http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/deployments/m1/200810", "OS_M1_20081008_TS.nc"}};
140+
{{".das", "https://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/deployments/m1/200810", "OS_M1_20081008_TS.nc"}};
142141
}

0 commit comments

Comments
 (0)