Menu

Commit [r141]  Maximize  Restore  History

* examples/msvc6/CppUnitTestApp/CppUnitTestApp.dsp:

moved dll copy from post-build to custom build setting, so that the
dll is copied even if the CppUnitTestApp was not modified.

* examples/msvc6/TestPlugIn/: a new example of test plug in.

* src/msvc6/TestRunner/ListCtrlFormatter.*
* src/msvc6/TestRunner/ListCtrlSetter.*:
added, helper to manipulate list control.

* src/msvc6/TestRunner/TestRunnerDlg.*: change to make the error list
more compact. text moved to string resources. icons added for typ
test tfailure type.

* src/msvc6/TestRunner/MostRecentTests.*: added, classes that will
replace the current implementation of MRU test which make it hard
to subclass the dialog.

* src/msvc6/TestRunner/res/errortype.bmp: added, bitmap with error
types (failure and error).

* src/msvc6/TestPlugInRunner/: A test runner to run test plug in.
Test plug in are DLL that publish a specified plug in interface.
Those DLL are loaded and reloaded by the TestPlugInRunner to run
tests. This remove the need to wrap DLL with a executable to test
them.

* src/cppunit/cppunit.dsp:
removed config.h from project
added Portability.h and config-msvc6.h

* include/cppunit/config-msvc6.h:
undef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST

blep 2001-06-27

1 2 > >> (Page 1 of 2)
changed /trunk/cppunit/ChangeLog
changed /trunk/cppunit/examples/msvc6/HostApp/HostApp.cpp
changed /trunk/cppunit/examples/msvc6/HostApp/HostApp.dsp
changed /trunk/cppunit/examples/msvc6/HostApp/HostApp.dsw
changed /trunk/cppunit/include/cppunit/config-msvc6.h
added /trunk/cppunit/include/msvc6/testrunner/TestPlugInInterface.h
changed /trunk/cppunit/include/msvc6/testrunner/TestRunner.h
changed /trunk/cppunit/src/cppunit/cppunit.dsp
added /trunk/cppunit/src/msvc6/testpluginrunner
added /trunk/cppunit/src/msvc6/testpluginrunner/ReadMe.txt
added /trunk/cppunit/src/msvc6/testpluginrunner/Resource.h
added /trunk/cppunit/src/msvc6/testpluginrunner/StdAfx.cpp
added /trunk/cppunit/src/msvc6/testpluginrunner/StdAfx.h
added /trunk/cppunit/src/msvc6/testpluginrunner/TestPlugIn.cpp
added /trunk/cppunit/src/msvc6/testpluginrunner/TestPlugIn.h
added /trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInException.cpp
added /trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInException.h
added /trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInRunner.dsp
added /trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInRunner.dsw
added /trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInRunner.rc
added /trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInRunnerApp.cpp
added /trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInRunnerApp.h
added /trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInRunnerDlg.cpp
added /trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInRunnerDlg.h
added /trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp
/trunk/cppunit/ChangeLog Diff Switch to side-by-side view
Loading...
/trunk/cppunit/examples/msvc6/HostApp/HostApp.cpp Diff Switch to side-by-side view
Loading...
/trunk/cppunit/examples/msvc6/HostApp/HostApp.dsp Diff Switch to side-by-side view
Loading...
/trunk/cppunit/examples/msvc6/HostApp/HostApp.dsw Diff Switch to side-by-side view
Loading...
/trunk/cppunit/include/cppunit/config-msvc6.h Diff Switch to side-by-side view
Loading...
/trunk/cppunit/include/msvc6/testrunner/TestPlugInInterface.h Diff Switch to side-by-side view
Loading...
/trunk/cppunit/include/msvc6/testrunner/TestRunner.h Diff Switch to side-by-side view
Loading...
/trunk/cppunit/src/cppunit/cppunit.dsp Diff Switch to side-by-side view
Loading...
/trunk/cppunit/src/msvc6/testpluginrunner/ReadMe.txt Diff Switch to side-by-side view
Loading...
/trunk/cppunit/src/msvc6/testpluginrunner/Resource.h Diff Switch to side-by-side view
Loading...
/trunk/cppunit/src/msvc6/testpluginrunner/StdAfx.cpp Diff Switch to side-by-side view
Loading...
/trunk/cppunit/src/msvc6/testpluginrunner/StdAfx.h Diff Switch to side-by-side view
Loading...
/trunk/cppunit/src/msvc6/testpluginrunner/TestPlugIn.cpp Diff Switch to side-by-side view
Loading...
/trunk/cppunit/src/msvc6/testpluginrunner/TestPlugIn.h Diff Switch to side-by-side view
Loading...
/trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInException.cpp Diff Switch to side-by-side view
Loading...
/trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInException.h Diff Switch to side-by-side view
Loading...
/trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInRunner.dsp Diff Switch to side-by-side view
Loading...
/trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInRunner.dsw Diff Switch to side-by-side view
Loading...
/trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInRunner.rc Diff Switch to side-by-side view
Loading...
/trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInRunnerApp.cpp Diff Switch to side-by-side view
Loading...
/trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInRunnerApp.h Diff Switch to side-by-side view
Loading...
/trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInRunnerDlg.cpp Diff Switch to side-by-side view
Loading...
/trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInRunnerDlg.h Diff Switch to side-by-side view
Loading...
/trunk/cppunit/src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp Diff Switch to side-by-side view
Loading...
1 2 > >> (Page 1 of 2)
MongoDB Logo MongoDB