Update bundled GoogleTest to current HEAD
[alexxy/gromacs.git] / src / gromacs / correlationfunctions / tests / autocorr.cpp
index f4d8515d31829e74acce606cfa28765c958f071a..5404c949cd7890733c2cf020021e42a9ccc3d1ab 100644 (file)
@@ -2,7 +2,7 @@
  * This file is part of the GROMACS molecular simulation package.
  *
  * Copyright (c) 2014,2015,2016,2017,2018 by the GROMACS development team.
- * Copyright (c) 2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2019,2020,2021, 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.
@@ -92,7 +92,7 @@ protected:
     }
 
     // Static initiation, only run once every test.
-    static void SetUpTestCase()
+    static void SetUpTestSuite()
     {
         int         n        = 0;
         std::string fileName = "testCOS3.xvg";
@@ -101,7 +101,7 @@ protected:
         tempArgs_            = add_acf_pargs(&n, nullptr);
     }
 
-    static void TearDownTestCase()
+    static void TearDownTestSuite()
     {
         sfree(tempArgs_);
         tempArgs_ = nullptr;