mirror of
https://github.com/pocoproject/poco.git
synced 2026-01-05 20:52:33 +01:00
merge FTPSClientSession from develop-experimental
This commit is contained in:
22
NetSSL_OpenSSL/testsuite/src/FTPSClientTestSuite.cpp
Normal file
22
NetSSL_OpenSSL/testsuite/src/FTPSClientTestSuite.cpp
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// FTPClientTestSuite.cpp
|
||||
//
|
||||
// Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
//
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
//
|
||||
|
||||
|
||||
#include "FTPSClientTestSuite.h"
|
||||
#include "FTPSClientSessionTest.h"
|
||||
|
||||
|
||||
CppUnit::Test* FTPSClientTestSuite::suite()
|
||||
{
|
||||
CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("FTPSClientTestSuite");
|
||||
|
||||
pSuite->addTest(FTPSClientSessionTest::suite());
|
||||
|
||||
return pSuite;
|
||||
}
|
||||
Reference in New Issue
Block a user