mirror of
https://github.com/pocoproject/poco.git
synced 2025-06-30 07:58:00 +02:00
fix test on Windows
This commit is contained in:
parent
d5966acdb5
commit
a66a298bf6
@ -270,7 +270,7 @@ void FileStreamTest::testSeek()
|
|||||||
|
|
||||||
void FileStreamTest::testMultiOpen()
|
void FileStreamTest::testMultiOpen()
|
||||||
{
|
{
|
||||||
Poco::FileStream str("test.txt", std::ios::trunc);
|
Poco::FileStream str("test.txt", std::ios::out | std::ios::trunc);
|
||||||
str << "0123456789\n";
|
str << "0123456789\n";
|
||||||
str << "abcdefghij\n";
|
str << "abcdefghij\n";
|
||||||
str << "klmnopqrst\n";
|
str << "klmnopqrst\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user