Blame SOURCES/libdap-offline.patch

da1b58
diff -up libdap-3.18.1/tests/Makefile.am.offline libdap-3.18.1/tests/Makefile.am
da1b58
--- libdap-3.18.1/tests/Makefile.am.offline	2015-10-19 16:03:35.000000000 -0600
da1b58
+++ libdap-3.18.1/tests/Makefile.am	2016-08-12 09:33:37.767696856 -0600
da1b58
@@ -112,7 +112,6 @@ $(EXPRTESTSUITE) $(DMRTESTSUITE) $(GETDA
da1b58
 	$(SHELL) '$(DDSTESTSUITE)' $(TESTSUITEFLAGS)
da1b58
 	$(SHELL) '$(EXPRTESTSUITE)' $(TESTSUITEFLAGS)
da1b58
 	$(SHELL) '$(DMRTESTSUITE)' $(TESTSUITEFLAGS)
da1b58
-	$(SHELL) '$(GETDAPTESTSUITE)' $(TESTSUITEFLAGS)
da1b58
 
da1b58
 # Make sure there are no spaces after the DASTESTSUITE names. jhrg 3/16/15
da1b58
 # Delete the scripts here and not using CLEANFILES because this target is
da1b58
diff -up libdap-3.18.1/unit-tests/Makefile.am.offline libdap-3.18.1/unit-tests/Makefile.am
da1b58
--- libdap-3.18.1/unit-tests/Makefile.am.offline	2016-08-12 09:33:37.768696852 -0600
da1b58
+++ libdap-3.18.1/unit-tests/Makefile.am	2016-08-12 09:34:12.984547765 -0600
da1b58
@@ -67,9 +67,9 @@ D4-xml.tar.gz: D4-xml/DMR_*[0-9].xml
da1b58
 if CPPUNIT
da1b58
 UNIT_TESTS = marshT arrayT attrTableT structT sequenceT ddsT dasT \
da1b58
 	RegexTest ArrayTest AttrTableTest ByteTest MIMEUtilTest ancT DASTest \
da1b58
-	DDSTest	DDXParserTest  generalUtilTest HTTPConnectTest parserUtilTest \
da1b58
+	DDSTest	DDXParserTest  generalUtilTest parserUtilTest \
da1b58
 	RCReaderTest SequenceTest SignalHandlerTest  MarshallerTest \
da1b58
-	HTTPCacheTest ServerFunctionsListUnitTest
da1b58
+	ServerFunctionsListUnitTest
da1b58
 
da1b58
 if DAP4_DEFINED
da1b58
 UNIT_TESTS += D4MarshallerTest D4UnMarshallerTest D4DimensionsTest \