mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
fix test on Windows
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user