Update bundled GoogleTest to current HEAD
[alexxy/gromacs.git] / src / gromacs / tools / tests / report_methods.cpp
index 5de42bdc72d6144dd5d4c479e868b5c81468ac24..5288a7d7b611c07bbd9cec2313f26cb293f66d31 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2018,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2018,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.
@@ -68,9 +68,9 @@ class ReportMethodsTest : public ::testing::Test
 protected:
     // TODO this is changed in newer googletest versions
     //! Prepare shared resources.
-    static void SetUpTestCase() { s_tprFileHandle = new TprAndFileManager("lysozyme"); }
+    static void SetUpTestSuite() { s_tprFileHandle = new TprAndFileManager("lysozyme"); }
     //! Clean up shared resources.
-    static void TearDownTestCase()
+    static void TearDownTestSuite()
     {
         delete s_tprFileHandle;
         s_tprFileHandle = nullptr;