mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-25 06:36:37 +01:00
more line ending fixes
This commit is contained in:
@@ -28,12 +28,15 @@
|
|||||||
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
#include "JSONConfigurationTest.h"
|
#include "JSONConfigurationTest.h"
|
||||||
#include "CppUnit/TestCaller.h"
|
#include "CppUnit/TestCaller.h"
|
||||||
#include "CppUnit/TestSuite.h"
|
#include "CppUnit/TestSuite.h"
|
||||||
#include "Poco/Util/JSONConfiguration.h"
|
#include "Poco/Util/JSONConfiguration.h"
|
||||||
#include "Poco/JSON/JSONException.h"
|
#include "Poco/JSON/JSONException.h"
|
||||||
|
|
||||||
|
|
||||||
using Poco::Util::JSONConfiguration;
|
using Poco::Util::JSONConfiguration;
|
||||||
using Poco::Util::AbstractConfiguration;
|
using Poco::Util::AbstractConfiguration;
|
||||||
using Poco::AutoPtr;
|
using Poco::AutoPtr;
|
||||||
@@ -102,6 +105,7 @@ void JSONConfigurationTest::testLoad()
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
AbstractConfiguration* JSONConfigurationTest::allocConfiguration() const
|
AbstractConfiguration* JSONConfigurationTest::allocConfiguration() const
|
||||||
{
|
{
|
||||||
return new JSONConfiguration;
|
return new JSONConfiguration;
|
||||||
|
|||||||
Reference in New Issue
Block a user