mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
submitted 1.2.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// PropertyFileConfigurationTest.cpp
|
||||
//
|
||||
// $Id: //poco/1.1.0/Util/testsuite/src/PropertyFileConfigurationTest.cpp#2 $
|
||||
// $Id: //poco/1.2/Util/testsuite/src/PropertyFileConfigurationTest.cpp#1 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
@@ -33,17 +33,17 @@
|
||||
#include "PropertyFileConfigurationTest.h"
|
||||
#include "CppUnit/TestCaller.h"
|
||||
#include "CppUnit/TestSuite.h"
|
||||
#include "Util/PropertyFileConfiguration.h"
|
||||
#include "Foundation/AutoPtr.h"
|
||||
#include "Foundation/Exception.h"
|
||||
#include "Poco/Util/PropertyFileConfiguration.h"
|
||||
#include "Poco/AutoPtr.h"
|
||||
#include "Poco/Exception.h"
|
||||
#include <sstream>
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
using Util::PropertyFileConfiguration;
|
||||
using Util::AbstractConfiguration;
|
||||
using Foundation::AutoPtr;
|
||||
using Foundation::NotFoundException;
|
||||
using Poco::Util::PropertyFileConfiguration;
|
||||
using Poco::Util::AbstractConfiguration;
|
||||
using Poco::AutoPtr;
|
||||
using Poco::NotFoundException;
|
||||
|
||||
|
||||
PropertyFileConfigurationTest::PropertyFileConfigurationTest(const std::string& name): CppUnit::TestCase(name)
|
||||
|
||||
Reference in New Issue
Block a user