[cpp-xmltooling] 05/05: Add back assumed test path on Windows.

Scott Cantor cantor.2 at osu.edu
Tue Jun 26 18:33:54 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=449d9bdb1abffc32957e31f8bfcebf1e1f7bfe54

commit 449d9bdb1abffc32957e31f8bfcebf1e1f7bfe54
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 26 18:14:01 2018 -0400

    Add back assumed test path on Windows.
---
 xmltoolingtest/xmltoolingtest.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/xmltoolingtest/xmltoolingtest.h b/xmltoolingtest/xmltoolingtest.h
index 9457802..64b8841 100644
--- a/xmltoolingtest/xmltoolingtest.h
+++ b/xmltoolingtest/xmltoolingtest.h
@@ -27,7 +27,11 @@
 
 //#define XMLTOOLINGTEST_LEAKCHECK
 
+#ifdef WIN32
+std::string data_path = "../xmltoolingtest/data/";
+#else
 std::string data_path = DATADIR;
+#endif
 
 class ToolingFixture : public CxxTest::GlobalFixture
 {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list