On Wed, Feb 3, 2010 at 5:59 PM, Mike Smith <smit...@ucalgary.ca> wrote:
> > Also the Test "TestExtendedStdioReporter.cpp" give me the error message
>
>
> > "..\..\src\tests\TestExtendedStdioReporter.cpp", line 15: cc0135:  error:
> >          namespace "std" has no member "stringstream"
> >          std::stringstream coutStream;
> >
> > Any suggestions on the later -- meaning is there a global switch I
> > should be throwing so that i can fake what my system is unhappy about?
>

Did you try defining UNITTEST_USE_CUSTOM_STREAMS in Config.h?  If so,
then TestExtendedStdioReporter is not using MemoryOutStream as it should be
to support this configuration item.
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
unittest-cpp-devel mailing list
unittest-cpp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unittest-cpp-devel

Reply via email to