nagyistoce / googlemock

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

Some tests do not restore GMOCK_LAG(verbose) #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tests in the following files do not restore GMOCK_FLAG(verbose) after 
finishing:

gmock-internal-utils_test.cc
gmock-nice-stric_test.cc
gmock-spec-builders_test.cc

This can cause test failures when they are combined with tests from other 
files in gmock_all_test.cc, and those other tests are relying on Google 
Mock's generating a particular output.

Original issue reported on code.google.com by vladlosev on 4 May 2010 at 8:08

GoogleCodeExporter commented 9 years ago

Original comment by vladlosev on 4 May 2010 at 8:10

GoogleCodeExporter commented 9 years ago
Fixed in r293.

Original comment by vladlosev on 5 May 2010 at 7:48