mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
Fix indentation.
This commit is contained in:
@@ -180,7 +180,7 @@ CppUnit::Test* HTTPCookieTest::suite()
|
|||||||
CppUnit_addTest(pSuite, HTTPCookieTest, testCookie);
|
CppUnit_addTest(pSuite, HTTPCookieTest, testCookie);
|
||||||
CppUnit_addTest(pSuite, HTTPCookieTest, testEscape);
|
CppUnit_addTest(pSuite, HTTPCookieTest, testEscape);
|
||||||
CppUnit_addTest(pSuite, HTTPCookieTest, testUnescape);
|
CppUnit_addTest(pSuite, HTTPCookieTest, testUnescape);
|
||||||
CppUnit_addTest(pSuite, HTTPCookieTest, testExpiry);
|
CppUnit_addTest(pSuite, HTTPCookieTest, testExpiry);
|
||||||
|
|
||||||
return pSuite;
|
return pSuite;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ public:
|
|||||||
void testCookie();
|
void testCookie();
|
||||||
void testEscape();
|
void testEscape();
|
||||||
void testUnescape();
|
void testUnescape();
|
||||||
void testExpiry();
|
void testExpiry();
|
||||||
|
|
||||||
void setUp();
|
void setUp();
|
||||||
void tearDown();
|
void tearDown();
|
||||||
|
|||||||
Reference in New Issue
Block a user