[cpp-xmltooling] 20/22: Guard TS_SKIP from older cxxtest versions.
Scott Cantor
cantor.2 at osu.edu
Thu Jun 21 14:57:36 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=2d3a9e24f7c66b1fc9567ce1d754d6424a4e6c09
commit 2d3a9e24f7c66b1fc9567ce1d754d6424a4e6c09
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 21 14:56:24 2018 -0400
Guard TS_SKIP from older cxxtest versions.
---
xmltoolingtest/SecurityHelperTest.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/xmltoolingtest/SecurityHelperTest.h b/xmltoolingtest/SecurityHelperTest.h
index 55a06d8..8dd7af3 100644
--- a/xmltoolingtest/SecurityHelperTest.h
+++ b/xmltoolingtest/SecurityHelperTest.h
@@ -36,7 +36,9 @@ class SecurityHelperTest : public CxxTest::TestSuite {
void skipNetworked() {
if (getenv("XMLTOOLINGTEST_SKIP_NETWORKED")) {
+#ifdef TS_SKIP
TS_SKIP("requires network access");
+#endif
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list