Re: svn commit: r678475 - /stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp

View: New views
1 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: svn commit: r678475 - /stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp

by Martin Sebor :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

elemings@... wrote:

> Author: elemings
> Date: Mon Jul 21 09:44:51 2008
> New Revision: 678475
>
> URL: http://svn.apache.org/viewvc?rev=678475&view=rev
> Log:
> 2008-07-21  Eric Lemings <eric.lemings@...>
>
> STDCXX-808
> * tests/regress/27.streambuf.buffer.stdcxx-808.cpp: Add
> regression test case that has failed in previous releases.

Yo Brad, this file needs the usual header (license, etc.)

Martin

>
>
> Added:
>     stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp   (with props)
>
> Added: stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp
> URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp?rev=678475&view=auto
> ==============================================================================
> --- stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp (added)
> +++ stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp Mon Jul 21 09:44:51 2008
> @@ -0,0 +1,13 @@
> +
> +#include <cassert>
> +#include <iosfwd>
> +#include <strstream>
> +
> +int main ()
> +{
> +    std::strstreambuf sb;
> +    std::streampos pos = sb.pubseekoff (10, std::ios::beg, std::ios::in);
> +    assert (-1 == pos);
> +    return 0;
> +}
> +
>
> Propchange: stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp
> ------------------------------------------------------------------------------
>     svn:eol-style = native
>
> Propchange: stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp
> ------------------------------------------------------------------------------
>     svn:keywords = Id
>
>

LightInTheBox - Buy quality products at wholesale price