From fd36c200f446aaada1a1f0b026f2d742d4b2fa5a Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Tue, 9 Jun 2009 05:38:14 +0000 Subject: Adds support for xterm-256color (by Michihiro Kuramochi). --- test/gtest_color_test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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.""" -- cgit v1.2.3