diff options
author | Gennadiy Civil <misterg@google.com> | 2018-05-23 15:03:31 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-05-23 15:03:31 (GMT) |
commit | 28c91e2cea88ee6ddc0e0dc6ca18b8e86f85d80c (patch) | |
tree | 4a2d3a55fe9a6117f12922522adc91057226c437 /googletest/test | |
parent | 145d05750b15324899473340c8dd5af50d125d33 (diff) | |
download | googletest-28c91e2cea88ee6ddc0e0dc6ca18b8e86f85d80c.zip googletest-28c91e2cea88ee6ddc0e0dc6ca18b8e86f85d80c.tar.gz googletest-28c91e2cea88ee6ddc0e0dc6ca18b8e86f85d80c.tar.bz2 |
Formatting changes refs/pull/1607/head
Diffstat (limited to 'googletest/test')
-rw-r--r-- | googletest/test/gtest-listener_test.cc | 2 | ||||
-rw-r--r-- | googletest/test/gtest-param-test_test.h | 2 | ||||
-rw-r--r-- | googletest/test/gtest-printers_test.cc | 2 | ||||
-rw-r--r-- | googletest/test/gtest-unittest-api_test.cc | 2 | ||||
-rw-r--r-- | googletest/test/gtest_all_test.cc | 2 | ||||
-rwxr-xr-x | googletest/test/gtest_help_test.py | 2 | ||||
-rwxr-xr-x | googletest/test/gtest_output_test.py | 2 | ||||
-rwxr-xr-x | googletest/test/gtest_test_utils.py | 2 | ||||
-rw-r--r-- | googletest/test/gtest_unittest.cc | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/googletest/test/gtest-listener_test.cc b/googletest/test/gtest-listener_test.cc index 9074768..639529c 100644 --- a/googletest/test/gtest-listener_test.cc +++ b/googletest/test/gtest-listener_test.cc @@ -28,7 +28,7 @@ // // Author: vladl@google.com (Vlad Losev) // -// The Google C++ Testing Framework (Google Test) +// The Google C++ Testing and Mocking Framework (Google Test) // // This file verifies Google Test event listeners receive events at the // right times. diff --git a/googletest/test/gtest-param-test_test.h b/googletest/test/gtest-param-test_test.h index 249c089..ea1e884 100644 --- a/googletest/test/gtest-param-test_test.h +++ b/googletest/test/gtest-param-test_test.h @@ -29,7 +29,7 @@ // // Authors: vladl@google.com (Vlad Losev) // -// The Google C++ Testing Framework (Google Test) +// The Google C++ Testing and Mocking Framework (Google Test) // // This header file provides classes and functions used internally // for testing Google Test itself. diff --git a/googletest/test/gtest-printers_test.cc b/googletest/test/gtest-printers_test.cc index 4487978..a373851 100644 --- a/googletest/test/gtest-printers_test.cc +++ b/googletest/test/gtest-printers_test.cc @@ -29,7 +29,7 @@ // // Author: wan@google.com (Zhanyong Wan) -// Google Test - The Google C++ Testing Framework +// Google Test - The Google C++ Testing and Mocking Framework // // This file tests the universal value printer. diff --git a/googletest/test/gtest-unittest-api_test.cc b/googletest/test/gtest-unittest-api_test.cc index b1f5168..1ebd431 100644 --- a/googletest/test/gtest-unittest-api_test.cc +++ b/googletest/test/gtest-unittest-api_test.cc @@ -28,7 +28,7 @@ // // Author: vladl@google.com (Vlad Losev) // -// The Google C++ Testing Framework (Google Test) +// The Google C++ Testing and Mocking Framework (Google Test) // // This file contains tests verifying correctness of data provided via // UnitTest's public methods. diff --git a/googletest/test/gtest_all_test.cc b/googletest/test/gtest_all_test.cc index e16ef53..e6c1b01 100644 --- a/googletest/test/gtest_all_test.cc +++ b/googletest/test/gtest_all_test.cc @@ -29,7 +29,7 @@ // // Author: wan@google.com (Zhanyong Wan) // -// Tests for Google C++ Testing Framework (Google Test) +// Tests for Google C++ Testing and Mocking Framework (Google Test) // // Sometimes it's desirable to build most of Google Test's own tests // by compiling a single file. This file serves this purpose. diff --git a/googletest/test/gtest_help_test.py b/googletest/test/gtest_help_test.py index 093c838..79ffbe4 100755 --- a/googletest/test/gtest_help_test.py +++ b/googletest/test/gtest_help_test.py @@ -29,7 +29,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -"""Tests the --help flag of Google C++ Testing Framework. +"""Tests the --help flag of Google C++ Testing and Mocking Framework. SYNOPSIS gtest_help_test.py --build_dir=BUILD/DIR diff --git a/googletest/test/gtest_output_test.py b/googletest/test/gtest_output_test.py index e431653..f83d3be 100755 --- a/googletest/test/gtest_output_test.py +++ b/googletest/test/gtest_output_test.py @@ -29,7 +29,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -"""Tests the text output of Google C++ Testing Framework. +"""Tests the text output of Google C++ Testing and Mocking Framework. SYNOPSIS diff --git a/googletest/test/gtest_test_utils.py b/googletest/test/gtest_test_utils.py index 7c48933..d7fc099 100755 --- a/googletest/test/gtest_test_utils.py +++ b/googletest/test/gtest_test_utils.py @@ -27,7 +27,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -"""Unit test utilities for Google C++ Testing Framework.""" +"""Unit test utilities for Google C++ Testing and Mocking Framework.""" # Suppresses the 'Import not at the top of the file' lint complaint. # pylint: disable-msg=C6204 diff --git a/googletest/test/gtest_unittest.cc b/googletest/test/gtest_unittest.cc index 662a8ab..39b6841 100644 --- a/googletest/test/gtest_unittest.cc +++ b/googletest/test/gtest_unittest.cc @@ -404,7 +404,7 @@ TEST(CanonicalizeForStdLibVersioning, ElidesDoubleUnderNames) { CanonicalizeForStdLibVersioning("std::__google::bind")); EXPECT_EQ("std::_", CanonicalizeForStdLibVersioning("std::__google::_")); } - + // Tests FormatTimeInMillisAsSeconds(). TEST(FormatTimeInMillisAsSecondsTest, FormatsZero) { |