[Cppunit-cvs] cppunit2/src/opentesttest packetstest.cpp,1.5,1.6 serializertest.cpp,1.7,1.8
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-11-13 10:12:09
|
Update of /cvsroot/cppunit/cppunit2/src/opentesttest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10041/src/opentesttest Modified Files: packetstest.cpp serializertest.cpp Log Message: - renamed include/cpput/assert.h to include/cpput/assertcommon.h. This avoid clash with include <assert.h> in doxygen documentation - most Impl namespaces are now hidden from documentation using \cond and \endcond. Index: packetstest.cpp =================================================================== RCS file: /cvsroot/cppunit/cppunit2/src/opentesttest/packetstest.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** packetstest.cpp 8 Nov 2005 23:25:31 -0000 1.5 --- packetstest.cpp 13 Nov 2005 10:12:01 -0000 1.6 *************** *** 1,4 **** #include "packetstest.h" ! #include <cpput/assert.h> #include <cpput/assertstring.h> #include <cpput/registry.h> --- 1,4 ---- #include "packetstest.h" ! #include <cpput/assertcommon.h> #include <cpput/assertstring.h> #include <cpput/registry.h> Index: serializertest.cpp =================================================================== RCS file: /cvsroot/cppunit/cppunit2/src/opentesttest/serializertest.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** serializertest.cpp 9 Nov 2005 21:45:08 -0000 1.7 --- serializertest.cpp 13 Nov 2005 10:12:01 -0000 1.8 *************** *** 1,4 **** #include "serializertest.h" ! #include <cpput/assert.h> #include <cpput/assertstring.h> #include <cpput/registry.h> --- 1,4 ---- #include "serializertest.h" ! #include <cpput/assertcommon.h> #include <cpput/assertstring.h> #include <cpput/registry.h> |