mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 09:24:55 +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()
|
||||
{
|
||||
Poco::FileStream str("test.txt", std::ios::trunc);
|
||||
Poco::FileStream str("test.txt", std::ios::out | std::ios::trunc);
|
||||
str << "0123456789\n";
|
||||
str << "abcdefghij\n";
|
||||
str << "klmnopqrst\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user