sources for 1.3

This commit is contained in:
Guenter Obiltschnig 2006-11-17 16:08:52 +00:00
parent 1b5b90aa24
commit 7ff71d107f
36 changed files with 36 additions and 36 deletions

View File

@ -1,7 +1,7 @@
#
# Makefile
#
# $Id: //poco/1.2/CppUnit/Makefile#1 $
# $Id: //poco/1.3/CppUnit/Makefile#1 $
#
# Makefile for Poco CppUnit
#

View File

@ -1,7 +1,7 @@
//
// WinTestRunner.h
//
// $Id: //poco/1.2/CppUnit/WinTestRunner/include/WinTestRunner/WinTestRunner.h#1 $
// $Id: //poco/1.3/CppUnit/WinTestRunner/include/WinTestRunner/WinTestRunner.h#1 $
//
// Application shell for CppUnit's TestRunner dialog.
//

View File

@ -1,7 +1,7 @@
//
// ActiveTest.cpp
//
// $Id: //poco/1.2/CppUnit/WinTestRunner/src/ActiveTest.cpp#1 $
// $Id: //poco/1.3/CppUnit/WinTestRunner/src/ActiveTest.cpp#1 $
//

View File

@ -1,7 +1,7 @@
//
// ActiveTest.h
//
// $Id: //poco/1.2/CppUnit/WinTestRunner/src/ActiveTest.h#1 $
// $Id: //poco/1.3/CppUnit/WinTestRunner/src/ActiveTest.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// DLLMain.cpp
//
// $Id: //poco/1.2/CppUnit/WinTestRunner/src/DLLMain.cpp#1 $
// $Id: //poco/1.3/CppUnit/WinTestRunner/src/DLLMain.cpp#1 $
//

View File

@ -1,7 +1,7 @@
//
// GUITestResult.cpp
//
// $Id: //poco/1.2/CppUnit/WinTestRunner/src/GUITestResult.cpp#1 $
// $Id: //poco/1.3/CppUnit/WinTestRunner/src/GUITestResult.cpp#1 $
//

View File

@ -1,7 +1,7 @@
//
// GUITestResult.h
//
// $Id: //poco/1.2/CppUnit/WinTestRunner/src/GUITestResult.h#1 $
// $Id: //poco/1.3/CppUnit/WinTestRunner/src/GUITestResult.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// ProgressBar.cpp
//
// $Id: //poco/1.2/CppUnit/WinTestRunner/src/ProgressBar.cpp#1 $
// $Id: //poco/1.3/CppUnit/WinTestRunner/src/ProgressBar.cpp#1 $
//

View File

@ -1,7 +1,7 @@
//
// ProgressBar.h
//
// $Id: //poco/1.2/CppUnit/WinTestRunner/src/ProgressBar.h#1 $
// $Id: //poco/1.3/CppUnit/WinTestRunner/src/ProgressBar.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// TestRunnerDlg.cpp
//
// $Id: //poco/1.2/CppUnit/WinTestRunner/src/TestRunnerDlg.cpp#1 $
// $Id: //poco/1.3/CppUnit/WinTestRunner/src/TestRunnerDlg.cpp#1 $
//

View File

@ -1,7 +1,7 @@
//
// TestRunnerDlg.h
//
// $Id: //poco/1.2/CppUnit/WinTestRunner/src/TestRunnerDlg.h#1 $
// $Id: //poco/1.3/CppUnit/WinTestRunner/src/TestRunnerDlg.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// WinTestRunner.cpp
//
// $Id: //poco/1.2/CppUnit/WinTestRunner/src/WinTestRunner.cpp#1 $
// $Id: //poco/1.3/CppUnit/WinTestRunner/src/WinTestRunner.cpp#1 $
//

View File

@ -1,7 +1,7 @@
//
// CppUnit.h
//
// $Id: //poco/1.2/CppUnit/include/CppUnit/CppUnit.h#1 $
// $Id: //poco/1.3/CppUnit/include/CppUnit/CppUnit.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// CppUnitException.h
//
// $Id: //poco/1.2/CppUnit/include/CppUnit/CppUnitException.h#1 $
// $Id: //poco/1.3/CppUnit/include/CppUnit/CppUnitException.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// Guards.h
//
// $Id: //poco/1.2/CppUnit/include/CppUnit/Guards.h#1 $
// $Id: //poco/1.3/CppUnit/include/CppUnit/Guards.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// Orthodox.h
//
// $Id: //poco/1.2/CppUnit/include/CppUnit/Orthodox.h#1 $
// $Id: //poco/1.3/CppUnit/include/CppUnit/Orthodox.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// RepeatedTest.h
//
// $Id: //poco/1.2/CppUnit/include/CppUnit/RepeatedTest.h#1 $
// $Id: //poco/1.3/CppUnit/include/CppUnit/RepeatedTest.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// Test.h
//
// $Id: //poco/1.2/CppUnit/include/CppUnit/Test.h#1 $
// $Id: //poco/1.3/CppUnit/include/CppUnit/Test.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// TestCaller.h
//
// $Id: //poco/1.2/CppUnit/include/CppUnit/TestCaller.h#1 $
// $Id: //poco/1.3/CppUnit/include/CppUnit/TestCaller.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// TestCase.h
//
// $Id: //poco/1.2/CppUnit/include/CppUnit/TestCase.h#1 $
// $Id: //poco/1.3/CppUnit/include/CppUnit/TestCase.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// TestDecorator.h
//
// $Id: //poco/1.2/CppUnit/include/CppUnit/TestDecorator.h#1 $
// $Id: //poco/1.3/CppUnit/include/CppUnit/TestDecorator.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// TestFailure.h
//
// $Id: //poco/1.2/CppUnit/include/CppUnit/TestFailure.h#1 $
// $Id: //poco/1.3/CppUnit/include/CppUnit/TestFailure.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// TestResult.h
//
// $Id: //poco/1.2/CppUnit/include/CppUnit/TestResult.h#1 $
// $Id: //poco/1.3/CppUnit/include/CppUnit/TestResult.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// TestRunner.h
//
// $Id: //poco/1.2/CppUnit/include/CppUnit/TestRunner.h#1 $
// $Id: //poco/1.3/CppUnit/include/CppUnit/TestRunner.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// TestSetup.h
//
// $Id: //poco/1.2/CppUnit/include/CppUnit/TestSetup.h#1 $
// $Id: //poco/1.3/CppUnit/include/CppUnit/TestSetup.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// TestSuite.h
//
// $Id: //poco/1.2/CppUnit/include/CppUnit/TestSuite.h#1 $
// $Id: //poco/1.3/CppUnit/include/CppUnit/TestSuite.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// TextTestResult.h
//
// $Id: //poco/1.2/CppUnit/include/CppUnit/TextTestResult.h#1 $
// $Id: //poco/1.3/CppUnit/include/CppUnit/TextTestResult.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// estring.h
//
// $Id: //poco/1.2/CppUnit/include/CppUnit/estring.h#1 $
// $Id: //poco/1.3/CppUnit/include/CppUnit/estring.h#1 $
//

View File

@ -1,7 +1,7 @@
//
// CppUnitException.cpp
//
// $Id: //poco/1.2/CppUnit/src/CppUnitException.cpp#1 $
// $Id: //poco/1.3/CppUnit/src/CppUnitException.cpp#1 $
//

View File

@ -1,7 +1,7 @@
//
// TestCase.cpp
//
// $Id: //poco/1.2/CppUnit/src/TestCase.cpp#1 $
// $Id: //poco/1.3/CppUnit/src/TestCase.cpp#1 $
//

View File

@ -1,7 +1,7 @@
//
// TestDecorator.cpp
//
// $Id: //poco/1.2/CppUnit/src/TestDecorator.cpp#1 $
// $Id: //poco/1.3/CppUnit/src/TestDecorator.cpp#1 $
//

View File

@ -1,7 +1,7 @@
//
// TestFailure.cpp
//
// $Id: //poco/1.2/CppUnit/src/TestFailure.cpp#1 $
// $Id: //poco/1.3/CppUnit/src/TestFailure.cpp#1 $
//

View File

@ -1,7 +1,7 @@
//
// TestResult.cpp
//
// $Id: //poco/1.2/CppUnit/src/TestResult.cpp#1 $
// $Id: //poco/1.3/CppUnit/src/TestResult.cpp#1 $
//

View File

@ -1,7 +1,7 @@
//
// TestRunner.cpp
//
// $Id: //poco/1.2/CppUnit/src/TestRunner.cpp#1 $
// $Id: //poco/1.3/CppUnit/src/TestRunner.cpp#1 $
//

View File

@ -1,7 +1,7 @@
//
// TestSuite.cpp
//
// $Id: //poco/1.2/CppUnit/src/TestSuite.cpp#1 $
// $Id: //poco/1.3/CppUnit/src/TestSuite.cpp#1 $
//

View File

@ -1,7 +1,7 @@
//
// TextTestResult.cpp
//
// $Id: //poco/1.2/CppUnit/src/TextTestResult.cpp#1 $
// $Id: //poco/1.3/CppUnit/src/TextTestResult.cpp#1 $
//