Custom program context for unit tests
[alexxy/gromacs.git] / src / testutils / testfilemanager.h
index 5d77315a620def5167a47fd1c4e1330023311799..c98626f3f51e6bd433b8b140b9f8d57a36b2532a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2012,2013,2014, by the GROMACS development team, led by
+ * Copyright (c) 2012,2013,2014,2015, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -195,7 +195,7 @@ class TestFileManager
          * This function is automatically called by unittest_main.cpp through
          * initTestUtils().
          */
-        static void setInputDataDirectory(const char *path);
+        static void setInputDataDirectory(const std::string &path);
 
         /*! \brief Returns the path to the global test output
          * temporary directory for future TestFileManager objects.