Frankenmint / googletest

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

need to clean up uses of deprecated gtest APIs from Google's code #316

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As gtest evolves, some constructs are being deprecated (e.g. the _M variants of 
assertions, ASSERT_EQUALS, etc).  However, we cannot remove them until all 
clients have been fixed.  This is for tracking such an effort.

This work item is Google-specific.  I'm creating an issue here such that it can 
be triaged along-side with other gtest issues.  We should not discuss the 
specifics of this issue here.  Googlers can see the Google-specific details at 
http://b/3041384.

Original issue reported on code.google.com by w...@google.com on 27 Sep 2010 at 10:39