[sdformat] 04/05: Added a patch to disable a test that requires network

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Wed Feb 4 02:40:29 UTC 2015


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

jrivero-guest pushed a commit to branch master
in repository sdformat.

commit 470f67a8040b9d069d283ec88689308e08078923
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Wed Feb 4 02:39:02 2015 +0000

    Added a patch to disable a test that requires network
---
 debian/patches/0001-avoid-network-needed-test.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0001-avoid-network-needed-test.patch b/debian/patches/0001-avoid-network-needed-test.patch
new file mode 100644
index 0000000..cb359ad
--- /dev/null
+++ b/debian/patches/0001-avoid-network-needed-test.patch
@@ -0,0 +1,21 @@
+Description: remove test that uses networking
+Forwarded: not-needed
+
+diff --git a/test/integration/CMakeLists.txt b/test/integration/CMakeLists.txt
+index fb9c7e3..40d1e40 100644
+--- a/test/integration/CMakeLists.txt
++++ b/test/integration/CMakeLists.txt
+@@ -10,13 +10,9 @@ set(tests
+   plugin_attribute.cc
+   plugin_bool.cc
+   provide_feedback.cc
+-  schema_test.cc
+   urdf_joint_parameters.cc
+ )
+ 
+ link_directories(${PROJECT_BINARY_DIR}/test)
+ 
+ sdf_build_tests(${tests})
+-
+-# Need to run schema target (build .xsd files) before running schema_test
+-add_dependencies(${TEST_TYPE}_schema_test schema)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e6dcb14
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-avoid-network-needed-test.patch

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



More information about the debian-science-commits mailing list