mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-29 21:30:04 +01:00
integrated changes from 1.3.6
This commit is contained in:
parent
0336789662
commit
addc556949
@ -1,7 +1,7 @@
|
||||
//
|
||||
// AbstractConfigurationTest.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/AbstractConfigurationTest.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/AbstractConfigurationTest.cpp#6 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// AbstractConfigurationTest.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/AbstractConfigurationTest.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/AbstractConfigurationTest.h#5 $
|
||||
//
|
||||
// Definition of the AbstractConfigurationTest class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// ConfigurationMapperTest.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/ConfigurationMapperTest.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/ConfigurationMapperTest.cpp#5 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// ConfigurationMapperTest.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/ConfigurationMapperTest.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/ConfigurationMapperTest.h#5 $
|
||||
//
|
||||
// Definition of the ConfigurationMapperTest class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// ConfigurationTestSuite.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/ConfigurationTestSuite.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/ConfigurationTestSuite.cpp#6 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// ConfigurationTestSuite.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/ConfigurationTestSuite.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/ConfigurationTestSuite.h#4 $
|
||||
//
|
||||
// Definition of the ConfigurationTestSuite class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// ConfigurationViewTest.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/ConfigurationViewTest.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/ConfigurationViewTest.cpp#6 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// ConfigurationViewTest.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/ConfigurationViewTest.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/ConfigurationViewTest.h#5 $
|
||||
//
|
||||
// Definition of the ConfigurationViewTest class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// Driver.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/Driver.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/Driver.cpp#5 $
|
||||
//
|
||||
// Console-based test driver for Poco Util.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// FilesystemConfigurationTest.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/FilesystemConfigurationTest.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/FilesystemConfigurationTest.cpp#6 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// FilesystemConfigurationTest.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/FilesystemConfigurationTest.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/FilesystemConfigurationTest.h#4 $
|
||||
//
|
||||
// Definition of the FilesystemConfigurationTest class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// HelpFormatterTest.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/HelpFormatterTest.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/HelpFormatterTest.cpp#6 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// HelpFormatterTest.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/HelpFormatterTest.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/HelpFormatterTest.h#4 $
|
||||
//
|
||||
// Definition of the HelpFormatterTest class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// IniFileConfigurationTest.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/IniFileConfigurationTest.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/IniFileConfigurationTest.cpp#5 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// IniFileConfigurationTest.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/IniFileConfigurationTest.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/IniFileConfigurationTest.h#4 $
|
||||
//
|
||||
// Definition of the IniFileConfigurationTest class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// LayeredConfigurationTest.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/LayeredConfigurationTest.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/LayeredConfigurationTest.cpp#6 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// LayeredConfigurationTest.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/LayeredConfigurationTest.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/LayeredConfigurationTest.h#5 $
|
||||
//
|
||||
// Definition of the LayeredConfigurationTest class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// LoggingConfiguratorTest.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/LoggingConfiguratorTest.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/LoggingConfiguratorTest.cpp#6 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// LoggingConfiguratorTest.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/LoggingConfiguratorTest.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/LoggingConfiguratorTest.h#4 $
|
||||
//
|
||||
// Definition of the LoggingConfiguratorTest class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// MapConfigurationTest.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/MapConfigurationTest.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/MapConfigurationTest.cpp#5 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// MapConfigurationTest.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/MapConfigurationTest.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/MapConfigurationTest.h#4 $
|
||||
//
|
||||
// Definition of the MapConfigurationTest class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// OptionProcessorTest.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/OptionProcessorTest.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/OptionProcessorTest.cpp#6 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// OptionProcessorTest.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/OptionProcessorTest.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/OptionProcessorTest.h#5 $
|
||||
//
|
||||
// Definition of the OptionProcessorTest class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// OptionSetTest.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/OptionSetTest.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/OptionSetTest.cpp#6 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// OptionSetTest.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/OptionSetTest.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/OptionSetTest.h#4 $
|
||||
//
|
||||
// Definition of the OptionSetTest class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// OptionTest.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/OptionTest.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/OptionTest.cpp#6 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// OptionTest.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/OptionTest.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/OptionTest.h#4 $
|
||||
//
|
||||
// Definition of the OptionTest class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// OptionsTestSuite.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/OptionsTestSuite.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/OptionsTestSuite.cpp#5 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// OptionsTestSuite.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/OptionsTestSuite.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/OptionsTestSuite.h#4 $
|
||||
//
|
||||
// Definition of the OptionsTestSuite class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// PropertyFileConfigurationTest.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/PropertyFileConfigurationTest.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/PropertyFileConfigurationTest.h#4 $
|
||||
//
|
||||
// Definition of the PropertyFileConfigurationTest class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// SystemConfigurationTest.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/SystemConfigurationTest.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/SystemConfigurationTest.h#4 $
|
||||
//
|
||||
// Definition of the SystemConfigurationTest class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// TimerTest.cpp
|
||||
//
|
||||
// $Id: //poco/Main/Util/testsuite/src/TimerTest.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/TimerTest.cpp#2 $
|
||||
//
|
||||
// Copyright (c) 2009, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
@ -84,15 +84,15 @@ void TimerTest::testScheduleInterval()
|
||||
timer.schedule(pTask, 500, 500);
|
||||
|
||||
_event.wait();
|
||||
assert (time.elapsed() >= 600000);
|
||||
assert (time.elapsed() >= 590000);
|
||||
assert (pTask->lastExecution().elapsed() < 130000);
|
||||
|
||||
_event.wait();
|
||||
assert (time.elapsed() >= 1200000);
|
||||
assert (time.elapsed() >= 1190000);
|
||||
assert (pTask->lastExecution().elapsed() < 130000);
|
||||
|
||||
_event.wait();
|
||||
assert (time.elapsed() >= 1800000);
|
||||
assert (time.elapsed() >= 1790000);
|
||||
assert (pTask->lastExecution().elapsed() < 130000);
|
||||
|
||||
pTask->cancel();
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// UtilTestSuite.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/UtilTestSuite.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/UtilTestSuite.h#4 $
|
||||
//
|
||||
// Definition of the UtilTestSuite class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// ValidatorTest.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/ValidatorTest.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/ValidatorTest.cpp#1 $
|
||||
//
|
||||
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// ValidatorTest.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/ValidatorTest.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/ValidatorTest.h#1 $
|
||||
//
|
||||
// Definition of the ValidatorTest class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// WinConfigurationTest.cpp
|
||||
//
|
||||
// $Id: //poco/1.3/Util/testsuite/src/WinConfigurationTest.cpp#2 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/WinConfigurationTest.cpp#7 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// WinConfigurationTest.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/WinConfigurationTest.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/WinConfigurationTest.h#4 $
|
||||
//
|
||||
// Definition of the WinConfigurationTest class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// WinDriver.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/WinDriver.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/WinDriver.cpp#4 $
|
||||
//
|
||||
// Windows test driver for Poco Util.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// WinRegistryTest.cpp
|
||||
//
|
||||
// $Id: //poco/1.3/Util/testsuite/src/WinRegistryTest.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/WinRegistryTest.cpp#8 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// WinRegistryTest.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/WinRegistryTest.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/WinRegistryTest.h#4 $
|
||||
//
|
||||
// Definition of the WinRegistryTest class.
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// WindowsTestSuite.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/WindowsTestSuite.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/WindowsTestSuite.cpp#5 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// WindowsTestSuite.h
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/WindowsTestSuite.h#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/WindowsTestSuite.h#4 $
|
||||
//
|
||||
// Definition of the WindowsTestSuite class.
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user