mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
submitted 1.2.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// WindowsTestSuite.cpp
|
||||
//
|
||||
// $Id: //poco/1.1.0/Util/testsuite/src/WindowsTestSuite.cpp#2 $
|
||||
// $Id: //poco/1.2/Util/testsuite/src/WindowsTestSuite.cpp#1 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
@@ -32,6 +32,7 @@
|
||||
|
||||
#include "WindowsTestSuite.h"
|
||||
#include "WinRegistryTest.h"
|
||||
#include "WinConfigurationTest.h"
|
||||
|
||||
|
||||
CppUnit::Test* WindowsTestSuite::suite()
|
||||
@@ -39,6 +40,7 @@ CppUnit::Test* WindowsTestSuite::suite()
|
||||
CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("WindowsTestSuite");
|
||||
|
||||
pSuite->addTest(WinRegistryTest::suite());
|
||||
pSuite->addTest(WinConfigurationTest::suite());
|
||||
|
||||
return pSuite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user