aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_filter_unittest.py
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-03-17 21:03:35 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-03-17 21:03:35 +0000
commit9623aed82cf3e0dcd2fb2fb7442a5a9507ac55a5 (patch)
tree546adb028be5895120f443878b06482c68f96dfc /test/gtest_filter_unittest.py
parent62f8d28c0bd5cb057013fdf5b366db7b7981ec4c (diff)
downloadgoogletest-9623aed82cf3e0dcd2fb2fb7442a5a9507ac55a5.tar.gz
googletest-9623aed82cf3e0dcd2fb2fb7442a5a9507ac55a5.tar.bz2
googletest-9623aed82cf3e0dcd2fb2fb7442a5a9507ac55a5.zip
Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test on Mac.
Diffstat (limited to 'test/gtest_filter_unittest.py')
-rwxr-xr-xtest/gtest_filter_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest_filter_unittest.py b/test/gtest_filter_unittest.py
index c3a016cf..cd88cdf7 100755
--- a/test/gtest_filter_unittest.py
+++ b/test/gtest_filter_unittest.py
@@ -202,7 +202,7 @@ class GTestFilterUnitTest(unittest.TestCase):
for slice_var in list_of_sets:
full_partition.extend(slice_var)
self.assertEqual(len(set_var), len(full_partition))
- self.assertEqual(sorted(set_var), sorted(full_partition))
+ self.assertEqual(sets.Set(set_var), sets.Set(full_partition))
def RunAndVerify(self, gtest_filter, tests_to_run):
"""Runs gtest_flag_unittest_ with the given filter, and verifies