Update of /cvsroot/mockpp/mockpp/3party/cxxtest
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27169/3party/cxxtest
Modified Files:
README.mockpp
Log Message:
update
Index: README.mockpp
===================================================================
RCS file: /cvsroot/mockpp/mockpp/3party/cxxtest/README.mockpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- README.mockpp 10 Dec 2005 15:14:39 -0000 1.3
+++ README.mockpp 10 Dec 2005 21:56:51 -0000 1.4
@@ -12,4 +12,7 @@
- make a library out of the *.cpp files.
- omit samples directory
- moved some static members to their actual cpp file
-- fixed superfluous and nowadays erronous "namespace { .. };" to "namespace { .. }"
\ No newline at end of file
+- fixed superfluous and nowadays erroneous "namespace { .. };" to "namespace { .. }"
+
+- quick hack: public: TestTracker::void setListener( TestListener *l );
+- quick hack: protected: TestRunner::runWorld()
|