summaryrefslogtreecommitdiff
path: root/include/gtest
diff options
context:
space:
mode:
authorkosak@google.com <kosak@google.com@861a406c-534a-0410-8894-cb66d6ee9925>2013-02-22 20:25:42 +0000
committerkosak@google.com <kosak@google.com@861a406c-534a-0410-8894-cb66d6ee9925>2013-02-22 20:25:42 +0000
commita032cfff4091c87a137a8d24ce2eb97c740cf4c8 (patch)
tree7a642adbc22d41aa478621f0f42e78c7eed7a96a /include/gtest
parent3b8388d9490a64a47ed8cbdab2021935b1b2c76c (diff)
downloadgtest-a032cfff4091c87a137a8d24ce2eb97c740cf4c8.tar.gz
gtest-a032cfff4091c87a137a8d24ce2eb97c740cf4c8.tar.bz2
gtest-a032cfff4091c87a137a8d24ce2eb97c740cf4c8.tar.xz
Fixes gUnit streaming output format.
git-svn-id: http://googletest.googlecode.com/svn/trunk@637 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'include/gtest')
-rw-r--r--include/gtest/gtest.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gtest/gtest.h b/include/gtest/gtest.h
index 09e74d9..e53cd9f 100644
--- a/include/gtest/gtest.h
+++ b/include/gtest/gtest.h
@@ -154,6 +154,7 @@ class ExecDeathTest;
class NoExecDeathTest;
class FinalSuccessChecker;
class GTestFlagSaver;
+class StreamingListenerTest;
class TestResultAccessor;
class TestEventListenersAccessor;
class TestEventRepeater;
@@ -679,6 +680,7 @@ class GTEST_API_ TestInfo {
friend class Test;
friend class TestCase;
friend class internal::UnitTestImpl;
+ friend class internal::StreamingListenerTest;
friend TestInfo* internal::MakeAndRegisterTestInfo(
const char* test_case_name,
const char* name,
@@ -1219,6 +1221,7 @@ class GTEST_API_ UnitTest {
friend class Test;
friend class internal::AssertHelper;
friend class internal::ScopedTrace;
+ friend class internal::StreamingListenerTest;
friend Environment* AddGlobalTestEnvironment(Environment* env);
friend internal::UnitTestImpl* internal::GetUnitTestImpl();
friend void internal::ReportFailureInUnknownLocation(