mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
testsuite fix
This commit is contained in:
parent
af1f5757c3
commit
127f7a0ebe
@ -15,7 +15,6 @@
|
||||
#include "HTTPResponseTest.h"
|
||||
#include "HTTPCookieTest.h"
|
||||
#include "HTTPCredentialsTest.h"
|
||||
#include "OAuth10CredentialsTest.h"
|
||||
|
||||
|
||||
CppUnit::Test* HTTPTestSuite::suite()
|
||||
@ -26,7 +25,6 @@ CppUnit::Test* HTTPTestSuite::suite()
|
||||
pSuite->addTest(HTTPResponseTest::suite());
|
||||
pSuite->addTest(HTTPCookieTest::suite());
|
||||
pSuite->addTest(HTTPCredentialsTest::suite());
|
||||
pSuite->addTest(OAuth10CredentialsTest::suite());
|
||||
|
||||
return pSuite;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user