We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc5cd9 commit e7f4019Copy full SHA for e7f4019
1 file changed
Zip/testsuite/src/CompressTest.cpp
@@ -142,7 +142,7 @@ void CompressTest::testManipulatorReplace()
142
143
144
void CompressTest::testSetZipComment()
145
-{
+{
146
std::string comment("Testing...123...");
147
std::ofstream out("comment.zip", std::ios::binary);
148
Poco::Path theFile(ZipTest::getTestFile("test.zip"));
@@ -173,7 +173,7 @@ CppUnit::Test* CompressTest::suite()
173
CppUnit_addTest(pSuite, CompressTest, testManipulator);
174
CppUnit_addTest(pSuite, CompressTest, testManipulatorDel);
175
CppUnit_addTest(pSuite, CompressTest, testManipulatorReplace);
176
- CppUnit_addTest(pSuite, CompressTest, testSetZipComment);
+ CppUnit_addTest(pSuite, CompressTest, testSetZipComment);
177
178
return pSuite;
179
}
0 commit comments