[libdap] 03/07: Also disable D4* unit tests

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Feb 16 12:13:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch master
in repository libdap.

commit a3c0f7aaf3efd0759357eac02341ca6379c91581
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sun Nov 8 11:49:41 2015 +0000

    Also disable D4* unit tests
---
 debian/changelog                       |  6 ++++++
 debian/patches/disable-dmr-tests.patch | 17 ++++++++++++++++-
 2 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d7db1e1..605bea0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdap (3.15.1-4) unstable; urgency=medium
+
+  * Also disable D4* unit tests
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Sun, 08 Nov 2015 11:49:21 +0000
+
 libdap (3.15.1-3) unstable; urgency=medium
 
   * Further fix to DMRTESTSUITE Makefile needed
diff --git a/debian/patches/disable-dmr-tests.patch b/debian/patches/disable-dmr-tests.patch
index fdc1dfb..85d946a 100644
--- a/debian/patches/disable-dmr-tests.patch
+++ b/debian/patches/disable-dmr-tests.patch
@@ -1,6 +1,6 @@
 Author: Alastair McKinstry <mckinstry at debian.org>
 Description: Disable DMR tests which break on big-endian archs at the moment
-Last-Updated: 2015-11-07
+Last-Updated: 2015-11-08
 Forwarded: no
 
 Index: libdap-3.15.1/tests/Makefile.am
@@ -29,3 +29,18 @@ Index: libdap-3.15.1/tests/Makefile.am
  	$(SHELL) '$(GETDAPTESTSUITE)' $(TESTSUITEFLAGS)
  
  # Make sure there are no spaces after the DASTESTSUITE names. jhrg 3/16/15
+Index: libdap-3.15.1/unit-tests/Makefile.am
+===================================================================
+--- libdap-3.15.1.orig/unit-tests/Makefile.am
++++ libdap-3.15.1/unit-tests/Makefile.am
+@@ -72,8 +72,8 @@ UNIT_TESTS = marshT arrayT attrTableT st
+ 	ServerFunctionsListUnitTest 
+ 
+ if DAP4_DEFINED
+-UNIT_TESTS += D4MarshallerTest D4UnMarshallerTest D4DimensionsTest \
+-	D4EnumDefsTest D4GroupTest D4ParserSax2Test D4AttributesTest D4EnumTest \
++UNIT_TESTS +=  D4DimensionsTest \
++	D4EnumDefsTest D4GroupTest D4ParserSax2Test D4AttributesTest \
+ 	chunked_iostream_test D4AsyncDocTest DMRTest
+ endif
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libdap.git



More information about the debian-science-commits mailing list