ddavis2speedray / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

EXPECT_STRCASEEQ should accept wide strings too #164

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Google Mock's StrCaseEq(expected) matcher works with both wide and narrow
strings.  EXPECT_STRCASEEQ should be consistent with it. 
String::CaseInsensitiveWideCStringEquals can be used to implement it.

Original issue reported on code.google.com by zhanyong...@gmail.com on 14 Jul 2009 at 4:08

GoogleCodeExporter commented 9 years ago
Reduced the priority as it overlaps with existing functionality in gmock.  We 
should
probably just wait for matchers to go to gtest.

Original comment by w...@google.com on 10 Dec 2009 at 6:26

GoogleCodeExporter commented 9 years ago
We'll port EXPECT_THAT from gmock to gtest.  That will solve the problem.

Original comment by w...@google.com on 6 Mar 2010 at 6:13