aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_color_test.py
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-06-09 05:38:14 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-06-09 05:38:14 +0000
commitfd36c200f446aaada1a1f0b026f2d742d4b2fa5a (patch)
tree5956969c199faf87dd4a9636b980dab0d42643bb /test/gtest_color_test.py
parent1bd424d9608d85fc6b705a2370ed86db3118dcf6 (diff)
downloadgoogletest-fd36c200f446aaada1a1f0b026f2d742d4b2fa5a.tar.gz
googletest-fd36c200f446aaada1a1f0b026f2d742d4b2fa5a.tar.bz2
googletest-fd36c200f446aaada1a1f0b026f2d742d4b2fa5a.zip
Adds support for xterm-256color (by Michihiro Kuramochi).
Diffstat (limited to 'test/gtest_color_test.py')
-rwxr-xr-xtest/gtest_color_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gtest_color_test.py b/test/gtest_color_test.py
index 32db4b9a..1b686304 100755
--- a/test/gtest_color_test.py
+++ b/test/gtest_color_test.py
@@ -78,6 +78,7 @@ class GTestColorTest(unittest.TestCase):
self.assert_(UsesColor('cygwin', None, None))
self.assert_(UsesColor('xterm', None, None))
self.assert_(UsesColor('xterm-color', None, None))
+ self.assert_(UsesColor('xterm-256color', None, None))
def testFlagOnly(self):
"""Tests the case when there's --gtest_color but not GTEST_COLOR."""