mockpp-commits Mailing List for Mock Objects for C++ (Page 45)
Brought to you by:
ewald-arnold
You can subscribe to this list here.
2005 |
Jan
|
Feb
(17) |
Mar
(178) |
Apr
(119) |
May
(60) |
Jun
(3) |
Jul
(60) |
Aug
(16) |
Sep
(55) |
Oct
(156) |
Nov
(136) |
Dec
(255) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(98) |
Feb
(8) |
Mar
(57) |
Apr
(43) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Ewald A. <ewa...@us...> - 2005-03-25 10:22:21
|
Update of /cvsroot/mockpp/mockpp/msvc6/mockpp/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27129/mockpp/examples Modified Files: examples.dsp Log Message: updated project file Index: examples.dsp =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc6/mockpp/examples/examples.dsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- examples.dsp 23 Apr 2003 20:42:06 -0000 1.1 +++ examples.dsp 25 Mar 2005 10:22:11 -0000 1.2 @@ -1,24 +1,24 @@ # Microsoft Developer Studio Project File - Name="examples" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** ÒWµÈ¢Å¾³¢ ** +# ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Console Application" 0x0103 CFG=examples - Win32 Debug -!MESSAGE ±êÍLøÈÒ²¸Ì§²ÙÅÍ èܹñB ±ÌÌßÛ¼Þª¸ÄðËÞÙÄÞ·é½ßÉÍ NMAKE ðgpµÄ¾³¢B -!MESSAGE [Ò²¸Ì§²ÙÌ´¸½Îß°Ä] ºÏÝÄÞðgpµÄÀsµÄ¾³¢ +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "examples.mak". !MESSAGE -!MESSAGE NMAKE ÌÀsÉ\¬ðwèūܷ -!MESSAGE ºÏÝÄÞ ×²ÝãÅϸÛÌÝèðè`µÜ·Bá: +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "examples.mak" CFG="examples - Win32 Debug" !MESSAGE -!MESSAGE IðÂ\ÈËÞÙÄÞ Ó°ÄÞ: +!MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "examples - Win32 Release" ("Win32 (x86) Console Application" p) -!MESSAGE "examples - Win32 Debug" ("Win32 (x86) Console Application" p) +!MESSAGE "examples - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "examples - Win32 Release" (based on "Win32 (x86) Console Application") !MESSAGE # Begin Project @@ -26,78 +26,86 @@ # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe +MTL=midl.exe RSC=rc.exe -!IF "$(CFG)" == "examples - Win32 Release" +!IF "$(CFG)" == "examples - Win32 Debug" # PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "C:\tmp\compile\mockpp\examples\Debug" +# PROP BASE Intermediate_Dir "C:\tmp\compile\mockpp\examples\Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "C:\tmp\compile\mockpp\examples\Debug" +# PROP Intermediate_Dir "C:\tmp\compile\mockpp\examples\Debug" # PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../.." /I "../../.." /I "$(CPPUNIT_ROOT)/include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "CPPUNIT_DLL" /FD /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x411 /d "NDEBUG" -# ADD RSC /l 0x411 /d "NDEBUG" +# ADD BASE CPP /nologo /MDd /I "../../.." /I "$(CPPUNIT_ROOT)/include" /ZI /W4 /Od /D "WIN32" /D "_CONSOLE" /D "_MBCS" /GR /Fp"C:\tmp\compile\mockpp\examples\Debug/examples.pch" /Fo"C:\tmp\compile\mockpp\examples\Debug/" /Fd"C:\tmp\compile\mockpp\examples\Debug/" /GZ /c /GX +# ADD CPP /nologo /MDd /I "../../.." /I "$(CPPUNIT_ROOT)/include" /ZI /W4 /Od /D "WIN32" /D "_CONSOLE" /D "_MBCS" /GR /Fp"C:\tmp\compile\mockpp\examples\Debug/examples.pch" /Fo"C:\tmp\compile\mockpp\examples\Debug/" /Fd"C:\tmp\compile\mockpp\examples\Debug/" /GZ /c /GX +# ADD BASE MTL /nologo /tlb"C:\tmp\compile\mockpp\examples\Debug\examples.tlb" /win32 +# ADD MTL /nologo /tlb"C:\tmp\compile\mockpp\examples\Debug\examples.tlb" /win32 +# ADD BASE RSC /l 1041 /d "_DEBUG" +# ADD RSC /l 1041 /d "_DEBUG" BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 mockpp.lib cppunit_dll.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /libpath:"../../lib" /libpath:"$(CPPUNIT_ROOT)/lib" +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib mockppd.lib cppunitd_dll.lib /nologo /out:"C:\tmp\compile\mockpp\examples\Debug\examples.exe" /incremental:yes /libpath:"../../lib" /debug /pdb:"C:\tmp\compile\mockpp\examples\Debug\examples.pdb" /pdbtype:sept /subsystem:console /machine:ix86 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib mockppd.lib cppunitd_dll.lib /nologo /out:"C:\tmp\compile\mockpp\examples\Debug\examples.exe" /incremental:yes /libpath:"../../lib" /debug /pdb:"C:\tmp\compile\mockpp\examples\Debug\examples.pdb" /pdbtype:sept /subsystem:console /machine:ix86 -!ELSEIF "$(CFG)" == "examples - Win32 Debug" +!ELSEIF "$(CFG)" == "examples - Win32 Release" # PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "C:\tmp\compile\mockpp\examples\Release" +# PROP BASE Intermediate_Dir "C:\tmp\compile\mockpp\examples\Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "C:\tmp\compile\mockpp\examples\Release" +# PROP Intermediate_Dir "C:\tmp\compile\mockpp\examples\Release" # PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "../../.." /I "$(CPPUNIT_ROOT)/include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "CPPUNIT_DLL" /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x411 /d "_DEBUG" -# ADD RSC /l 0x411 /d "_DEBUG" +# ADD BASE CPP /nologo /MD /I "../../.." /I "$(CPPUNIT_ROOT)/include" /W4 /O2 /Ob1 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /GF /Gy /GR /Fp"C:\tmp\compile\mockpp\examples\Release/examples.pch" /Fo"C:\tmp\compile\mockpp\examples\Release/" /Fd"C:\tmp\compile\mockpp\examples\Release/" /c /GX +# ADD CPP /nologo /MD /I "../../.." /I "$(CPPUNIT_ROOT)/include" /W4 /O2 /Ob1 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /GF /Gy /GR /Fp"C:\tmp\compile\mockpp\examples\Release/examples.pch" /Fo"C:\tmp\compile\mockpp\examples\Release/" /Fd"C:\tmp\compile\mockpp\examples\Release/" /c /GX +# ADD BASE MTL /nologo /tlb"C:\tmp\compile\mockpp\examples\Release\examples.tlb" /win32 +# ADD MTL /nologo /tlb"C:\tmp\compile\mockpp\examples\Release\examples.tlb" /win32 +# ADD BASE RSC /l 1041 /d "NDEBUG" +# ADD RSC /l 1041 /d "NDEBUG" BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 mockppd.lib cppunitd_dll.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"../../lib" /libpath:"$(CPPUNIT_ROOT)/lib" +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib mockpp.lib cppunit_dll.lib /nologo /out:"C:\tmp\compile\mockpp\examples\Release\examples.exe" /incremental:no /libpath:"../../lib" /pdb:"C:\tmp\compile\mockpp\examples\Release\examples.pdb" /pdbtype:sept /subsystem:console /machine:ix86 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib mockpp.lib cppunit_dll.lib /nologo /out:"C:\tmp\compile\mockpp\examples\Release\examples.exe" /incremental:no /libpath:"../../lib" /pdb:"C:\tmp\compile\mockpp\examples\Release\examples.pdb" /pdbtype:sept /subsystem:console /machine:ix86 -!ENDIF +!ENDIF # Begin Target -# Name "examples - Win32 Release" # Name "examples - Win32 Debug" +# Name "examples - Win32 Release" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=..\..\..\mockpp\examples\mock_greeter.cpp + +!IF "$(CFG)" == "examples - Win32 Debug" + +# ADD CPP /nologo /Od /GZ /GX +!ELSEIF "$(CFG)" == "examples - Win32 Release" + +# ADD CPP /nologo /O2 /GX +!ENDIF + # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" # End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group # End Target # End Project + |
From: Ewald A. <ewa...@us...> - 2005-03-25 10:22:21
|
Update of /cvsroot/mockpp/mockpp/msvc6/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27129/mockpp Modified Files: mockpp.dsp mockpp.dsw Log Message: updated project file Index: mockpp.dsw =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc6/mockpp/mockpp.dsw,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mockpp.dsw 15 Jan 2005 12:22:27 -0000 1.3 +++ mockpp.dsw 25 Mar 2005 10:22:11 -0000 1.4 @@ -1,9 +1,9 @@ Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNUNG: DIESE ARBEITSBEREICHSDATEI DARF NICHT BEARBEITET ODER GELÖSCHT WERDEN! +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ############################################################################### -Project: "basicmock"=.\examples\tutorial\basicmock.dsp - Package Owner=<4> +Project: "basicmock"=examples\tutorial\basicmock.dsp - Package Owner=<4> Package=<5> {{{ @@ -15,7 +15,7 @@ ############################################################################### -Project: "chainmock"=.\examples\tutorial\chainmock.dsp - Package Owner=<4> +Project: "chainmock"=examples\tutorial\chainmock.dsp - Package Owner=<4> Package=<5> {{{ @@ -27,7 +27,7 @@ ############################################################################### -Project: "cppunit"=.\examples\tutorial\cppunit.dsp - Package Owner=<4> +Project: "cppunit"=examples\tutorial\cppunit.dsp - Package Owner=<4> Package=<5> {{{ @@ -39,7 +39,7 @@ ############################################################################### -Project: "examples"=.\examples\examples.dsp - Package Owner=<4> +Project: "examples"=examples\examples.dsp - Package Owner=<4> Package=<5> {{{ @@ -47,14 +47,11 @@ Package=<4> {{{ - Begin Project Dependency - Project_Dep_Name mockpp - End Project Dependency }}} ############################################################################### -Project: "mock_test"=.\tests\mock_test.dsp - Package Owner=<4> +Project: "mock_test"=tests\mock_test.dsp - Package Owner=<4> Package=<5> {{{ @@ -62,14 +59,11 @@ Package=<4> {{{ - Begin Project Dependency - Project_Dep_Name mockpp - End Project Dependency }}} ############################################################################### -Project: "mockpp"=.\mockpp.dsp - Package Owner=<4> +Project: "mockpp"=mockpp.dsp - Package Owner=<4> Package=<5> {{{ @@ -81,7 +75,7 @@ ############################################################################### -Project: "poormock"=.\examples\tutorial\poormock.dsp - Package Owner=<4> +Project: "poormock"=examples\tutorial\poormock.dsp - Package Owner=<4> Package=<5> {{{ @@ -93,7 +87,7 @@ ############################################################################### -Project: "visitmock"=.\examples\tutorial\visitmock.dsp - Package Owner=<4> +Project: "visitmock"=examples\tutorial\visitmock.dsp - Package Owner=<4> Package=<5> {{{ Index: mockpp.dsp =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc6/mockpp/mockpp.dsp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mockpp.dsp 23 Jan 2005 21:19:05 -0000 1.3 +++ mockpp.dsp 25 Mar 2005 10:22:11 -0000 1.4 @@ -1,94 +1,149 @@ # Microsoft Developer Studio Project File - Name="mockpp" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** NICHT BEARBEITEN ** +# ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Static Library" 0x0104 CFG=mockpp - Win32 Debug -!MESSAGE Dies ist kein gültiges Makefile. Zum Erstellen dieses Projekts mit NMAKE -!MESSAGE verwenden Sie den Befehl "Makefile exportieren" und führen Sie den Befehl -!MESSAGE +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE !MESSAGE NMAKE /f "mockpp.mak". -!MESSAGE -!MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben -!MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel: -!MESSAGE +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE !MESSAGE NMAKE /f "mockpp.mak" CFG="mockpp - Win32 Debug" -!MESSAGE -!MESSAGE Für die Konfiguration stehen zur Auswahl: -!MESSAGE -!MESSAGE "mockpp - Win32 Release" (basierend auf "Win32 (x86) Static Library") -!MESSAGE "mockpp - Win32 Debug" (basierend auf "Win32 (x86) Static Library") -!MESSAGE +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "mockpp - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "mockpp - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe +MTL=midl.exe RSC=rc.exe -!IF "$(CFG)" == "mockpp - Win32 Release" +!IF "$(CFG)" == "mockpp - Win32 Debug" # PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "C:\tmp\compile\mockpp\Debug" +# PROP BASE Intermediate_Dir "C:\tmp\compile\mockpp\Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "C:\tmp\compile\mockpp\Debug" +# PROP Intermediate_Dir "C:\tmp\compile\mockpp\Debug" # PROP Target_Dir "" -LINK32=link.exe -MTL=midl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../.." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x411 /d "NDEBUG" -# ADD RSC /l 0x411 /d "NDEBUG" +# ADD BASE CPP /nologo /MDd /I "../.." /ZI /W4 /Od /D "WIN32" /D "_LIB" /D "_MBCS" /GR /Fp"C:\tmp\compile\mockpp\Debug/mockpp.pch" /Fo"C:\tmp\compile\mockpp\Debug/" /Fd"C:\tmp\compile\mockpp\Debug/" /GZ /c /GX +# ADD CPP /nologo /MDd /I "../.." /ZI /W4 /Od /D "WIN32" /D "_LIB" /D "_MBCS" /GR /Fp"C:\tmp\compile\mockpp\Debug/mockpp.pch" /Fo"C:\tmp\compile\mockpp\Debug/" /Fd"C:\tmp\compile\mockpp\Debug/" /GZ /c /GX +# ADD BASE MTL /nologo /win32 +# ADD MTL /nologo /win32 +# ADD BASE RSC /l 1041 /d "_DEBUG" +# ADD RSC /l 1041 /d "_DEBUG" BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"../lib/mockpp.lib" +# ADD BASE LIB32 /nologo /out:"..\lib\mockppd.lib" +# ADD LIB32 /nologo /out:"..\lib\mockppd.lib" -!ELSEIF "$(CFG)" == "mockpp - Win32 Debug" +!ELSEIF "$(CFG)" == "mockpp - Win32 Release" # PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "C:\tmp\compile\mockpp\Release" +# PROP BASE Intermediate_Dir "C:\tmp\compile\mockpp\Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "c:\tmp\compile\mockpp\lib\Debug" -# PROP Intermediate_Dir "c:\tmp\compile\mockpp\lib\Debug" +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "C:\tmp\compile\mockpp\Release" +# PROP Intermediate_Dir "C:\tmp\compile\mockpp\Release" # PROP Target_Dir "" -LINK32=link.exe -MTL=midl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "../.." /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x411 /d "_DEBUG" -# ADD RSC /l 0x411 /d "_DEBUG" +# ADD BASE CPP /nologo /MD /I "../.." /W4 /O2 /Ob1 /D "NDEBUG" /D "WIN32" /D "_LIB" /D "_MBCS" /GF /Gy /GR /Fp"C:\tmp\compile\mockpp\Release/mockpp.pch" /Fo"C:\tmp\compile\mockpp\Release/" /Fd"C:\tmp\compile\mockpp\Release/" /c /GX +# ADD CPP /nologo /MD /I "../.." /W4 /O2 /Ob1 /D "NDEBUG" /D "WIN32" /D "_LIB" /D "_MBCS" /GF /Gy /GR /Fp"C:\tmp\compile\mockpp\Release/mockpp.pch" /Fo"C:\tmp\compile\mockpp\Release/" /Fd"C:\tmp\compile\mockpp\Release/" /c /GX +# ADD BASE MTL /nologo /win32 +# ADD MTL /nologo /win32 +# ADD BASE RSC /l 1041 /d "NDEBUG" +# ADD RSC /l 1041 /d "NDEBUG" BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"../lib/mockppd.lib" +# ADD BASE LIB32 /nologo /out:"..\lib\mockpp.lib" +# ADD LIB32 /nologo /out:"..\lib\mockpp.lib" !ENDIF # Begin Target -# Name "mockpp - Win32 Release" # Name "mockpp - Win32 Debug" +# Name "mockpp - Win32 Release" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\mockpp\ChainableMockObject.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\ExpectationCounter.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\MixedMockObject.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\MockObject.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\mockpp.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\SelfDescribing.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\Throwable.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\ThrowableList.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\TrackingCounter.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\Verifiable.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\VerifiableList.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\VerifyingTestCaller.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\VerifyingTestCase.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\VisitableMockObject.cpp +# End Source File # Begin Group "compat" # PROP Default_Filter "cpp" @@ -115,73 +170,251 @@ # Begin Source File SOURCE=..\..\mockpp\util\AssertMo.cpp + +!IF "$(CFG)" == "mockpp - Win32 Debug" + +# ADD CPP /nologo /Od /GZ /GX +!ELSEIF "$(CFG)" == "mockpp - Win32 Release" + +# ADD CPP /nologo /O2 /GX +!ENDIF + # End Source File # Begin Source File SOURCE=..\..\mockpp\util\NotImplementedException.cpp + +!IF "$(CFG)" == "mockpp - Win32 Debug" + +# ADD CPP /nologo /Od /GZ /GX +!ELSEIF "$(CFG)" == "mockpp - Win32 Release" + +# ADD CPP /nologo /O2 /GX +!ENDIF + # End Source File # End Group -# Begin Group "chaining(cpp)" +# Begin Group "chaining" # PROP Default_Filter "cpp" # Begin Source File SOURCE=..\..\mockpp\chaining\ChainingMockObjectSupport.cpp # End Source File +# Begin Source File + +SOURCE=..\..\mockpp\chaining\Invocation.cpp +# End Source File # End Group +# Begin Group "constraint" + +# PROP Default_Filter "" # Begin Source File -SOURCE=..\..\mockpp\ChainableMockObject.cpp +SOURCE=..\..\mockpp\constraint\ConstraintSet.cpp # End Source File # Begin Source File -SOURCE=..\..\mockpp\ExpectationCounter.cpp +SOURCE=..\..\mockpp\constraint\IsAnything.cpp # End Source File # Begin Source File -SOURCE=..\..\mockpp\MockObject.cpp +SOURCE=..\..\mockpp\constraint\IsNothing.cpp # End Source File # Begin Source File -SOURCE=..\..\mockpp\mockpp.cpp +SOURCE=..\..\mockpp\constraint\TypelessConstraint.cpp # End Source File +# End Group +# Begin Group "builder" + +# PROP Default_Filter "" # Begin Source File -SOURCE=..\..\mockpp\SelfDescribing.cpp +SOURCE=..\..\mockpp\builder\BuilderNamespace.cpp # End Source File # Begin Source File -SOURCE=..\..\mockpp\Throwable.cpp +SOURCE=..\..\mockpp\builder\IdentityBuilder.cpp # End Source File +# End Group +# Begin Group "matcher" + +# PROP Default_Filter "" # Begin Source File -SOURCE=..\..\mockpp\ThrowableList.cpp +SOURCE=..\..\mockpp\matcher\InvokeAtLeastMatcher.cpp # End Source File # Begin Source File -SOURCE=..\..\mockpp\Verifiable.cpp +SOURCE=..\..\mockpp\matcher\InvokeAtLeastOnceMatcher.cpp # End Source File # Begin Source File -SOURCE=..\..\mockpp\VerifiableList.cpp +SOURCE=..\..\mockpp\matcher\InvokeAtMostMatcher.cpp # End Source File # Begin Source File -SOURCE=..\..\mockpp\VerifyingTestCase.cpp +SOURCE=..\..\mockpp\matcher\InvokeCountMatcher.cpp # End Source File # Begin Source File -SOURCE=..\..\mockpp\VerifyingTestCaller.cpp +SOURCE=..\..\mockpp\matcher\InvokedRecorder.cpp # End Source File # Begin Source File -SOURCE=..\..\mockpp\VisitableMockObject.cpp +SOURCE=..\..\mockpp\matcher\InvokeOnceMatcher.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\matcher\TestFailureMatcher.cpp # End Source File +# Begin Source File + +SOURCE=..\..\mockpp\matcher\TypelessMatcher.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\matcher\UnlimitedMatcher.cpp +# End Source File +# End Group +# Begin Group "stub" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\..\mockpp\stub\VoidStub.cpp +# End Source File +# End Group # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Group "compat(h)" +# Begin Source File + +SOURCE=..\..\mockpp\AbstractExpectation.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\AbstractExpectationCollection.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\chainable-template.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\ChainableMockObject.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\Expectation.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\ExpectationBoundary.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\ExpectationConglomeration.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\ExpectationCounter.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\ExpectationList.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\ExpectationMap.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\ExpectationSegment.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\ExpectationSet.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\ExpectationValue.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\MixedMockObject.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\MockObject.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\mockpp.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\mockpp_config-msvc.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\mockpp_config.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\ReturnObjectList.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\SelfDescribing.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\Throwable.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\ThrowableList.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\TrackingCounter.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\Verifiable.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\VerifiableList.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\VerifyingTestCaller.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\VerifyingTestCase.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\visitable-template.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\VisitableMockObject.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\VisitableMockObject_macro.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\VisitableMockObject_template.h +# End Source File +# Begin Group "compat" # PROP Default_Filter "h" # Begin Source File @@ -201,7 +434,7 @@ SOURCE=..\..\mockpp\compat\Formatter.h # End Source File # End Group -# Begin Group "util(h)" +# Begin Group "util" # PROP Default_Filter "h" # Begin Source File @@ -210,6 +443,10 @@ # End Source File # Begin Source File +SOURCE=..\..\mockpp\util\AutoPointer.h +# End Source File +# Begin Source File + SOURCE=..\..\mockpp\util\NotImplementedException.h # End Source File # End Group @@ -274,6 +511,10 @@ # End Source File # Begin Source File +SOURCE=..\..\mockpp\chaining\mockpp_pti.h +# End Source File +# Begin Source File + SOURCE=..\..\mockpp\chaining\StubMatchersCollection.h # End Source File # End Group @@ -302,10 +543,6 @@ # End Source File # Begin Source File -SOURCE=..\..\mockpp\builder\NameMatchBuilder.h -# End Source File -# Begin Source File - SOURCE=..\..\mockpp\builder\StubBuilder.h # End Source File # End Group @@ -330,6 +567,10 @@ # End Source File # Begin Source File +SOURCE=..\..\mockpp\stub\StubHolder.h +# End Source File +# Begin Source File + SOURCE=..\..\mockpp\stub\StubSequence.h # End Source File # Begin Source File @@ -342,6 +583,14 @@ # End Source File # Begin Source File +SOURCE=..\..\mockpp\stub\TypelessStub.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\stub\TypelessStubSequence.h +# End Source File +# Begin Source File + SOURCE=..\..\mockpp\stub\VoidStub.h # End Source File # End Group @@ -394,11 +643,7 @@ # End Source File # Begin Source File -SOURCE=..\..\mockpp\matcher\MethodMatcher.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\matcher\MethodNameMatcher.h +SOURCE=..\..\mockpp\matcher\MatcherHolder.h # End Source File # Begin Source File @@ -416,6 +661,10 @@ SOURCE=..\..\mockpp\matcher\TypelessMatcher.h # End Source File +# Begin Source File + +SOURCE=..\..\mockpp\matcher\UnlimitedMatcher.h +# End Source File # End Group # Begin Group "constraint" @@ -430,6 +679,14 @@ # End Source File # Begin Source File +SOURCE=..\..\mockpp\constraint\ConstraintHolder.h +# End Source File +# Begin Source File + +SOURCE=..\..\mockpp\constraint\ConstraintList.h +# End Source File +# Begin Source File + SOURCE=..\..\mockpp\constraint\ConstraintSet.h # End Source File # Begin Source File @@ -484,111 +741,20 @@ SOURCE=..\..\mockpp\constraint\StringContains.h # End Source File -# End Group -# Begin Source File - -SOURCE=..\..\mockpp\AbstractExpectation.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\AbstractExpectationCollection.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\ChainableMockObject.h -# End Source File -# Begin Source File - -SOURCE="..\..\mockpp\doc-template.h" -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\Expectation.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\ExpectationBoundary.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\ExpectationCounter.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\ExpectationList.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\ExpectationMap.h -# End Source File # Begin Source File -SOURCE=..\..\mockpp\ExpectationSegment.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\ExpectationSet.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\ExpectationValue.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\MockObject.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\mockpp.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\mockpp_config.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\ReturnObjectList.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\SelfDescribing.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\Throwable.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\ThrowableList.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\Verifiable.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\VerifiableList.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\VerifyingTestCase.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\VerifyingTestCaller.h -# End Source File -# Begin Source File - -SOURCE=..\..\mockpp\VisitableMockObject.h +SOURCE=..\..\mockpp\constraint\StringEndsWith.h # End Source File # Begin Source File -SOURCE=..\..\mockpp\VisitableMockObject_macro.h +SOURCE=..\..\mockpp\constraint\StringStartsWith.h # End Source File # Begin Source File -SOURCE=..\..\mockpp\VisitableMockObject_template.h +SOURCE=..\..\mockpp\constraint\TypelessConstraint.h # End Source File # End Group +# End Group # End Target # End Project + |
From: Ewald A. <ewa...@us...> - 2005-03-25 10:14:11
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21759 Modified Files: mockpp.kdevelop Log Message: update Index: mockpp.kdevelop =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp.kdevelop,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- mockpp.kdevelop 24 Mar 2005 21:43:05 -0000 1.67 +++ mockpp.kdevelop 25 Mar 2005 10:13:53 -0000 1.68 @@ -19,8 +19,8 @@ </general> <kdevautoproject> <general> - <activetarget>mockpp/tests/mock_test</activetarget> - <useconfiguration>unicode_debug</useconfiguration> + <activetarget>mockpp/tests/jmock_test</activetarget> + <useconfiguration>intel_unicode_debug</useconfiguration> </general> <run> <mainprogram/> |
From: Ewald A. <ewa...@us...> - 2005-03-25 10:13:29
|
Update of /cvsroot/mockpp/mockpp/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21366/mockpp/tests Modified Files: Makefile.am Log Message: update Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/Makefile.am,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- Makefile.am 12 Mar 2005 17:50:55 -0000 1.67 +++ Makefile.am 25 Mar 2005 10:13:18 -0000 1.68 @@ -104,6 +104,9 @@ #compilecheck_LDADD = $(top_builddir)/mockpp/libmockpp.la $(EA_EXTRA_LIB) \ # $(LIBCPPUNIT) + jmock_test_LDFLAGS = -L/opt/intel_cc_80/lib + mock_test_LDFLAGS = -L/opt/intel_cc_80/lib + noinst_HEADERS = classes_ABCDE.h MyBuilderNamespace.h MyMatchBuilder.h |
From: Ewald A. <ewa...@us...> - 2005-03-25 10:13:04
|
Update of /cvsroot/mockpp/mockpp/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21191/mockpp/tests Modified Files: AbstractDynamicChainingMock_test.cpp Log Message: fixed compiler warnings Index: AbstractDynamicChainingMock_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/AbstractDynamicChainingMock_test.cpp,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- AbstractDynamicChainingMock_test.cpp 22 Mar 2005 22:03:25 -0000 1.23 +++ AbstractDynamicChainingMock_test.cpp 25 Mar 2005 10:12:56 -0000 1.24 @@ -209,13 +209,6 @@ { public: - void setProp() {} - - int getProp() - { - return 0; - } - typedef void ( InvocationDummy::*SetterPMF ) (); typedef int ( InvocationDummy::*GetterPMF ) (); }; |
From: Ewald A. <ewa...@us...> - 2005-03-24 21:43:19
|
Update of /cvsroot/mockpp/mockpp/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9209/mockpp/tests Modified Files: AssertMo_test.cpp ChainableMockObject_5_test.cpp ChainableMockObject_5_void_test.cpp ChainableMockObject_test.cpp ChainingMockObjectSupport_test.cpp MixedMockObject_5_test.cpp VerifyingTestCaller_test.cpp VisitableMockObject_5_test.cpp VisitableMockObject_5_void_test.cpp VisitableMockObject_test.cpp Log Message: fixed compiler warnings Index: ChainableMockObject_5_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainableMockObject_5_test.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ChainableMockObject_5_test.cpp 30 Dec 2004 20:54:05 -0000 1.6 +++ ChainableMockObject_5_test.cpp 24 Mar 2005 21:43:07 -0000 1.7 @@ -73,6 +73,9 @@ { public: + virtual ~MyChainableMockObject_5_Interface() + {} + virtual int chainable5 (const CA&, const CB&, const CC&, const CD&, const CE&) = 0; virtual int chainable4 (const CA&, const CB&, const CC&, const CD&) = 0; virtual int chainable3 (const CA&, const CB&, const CC&) = 0; @@ -109,10 +112,12 @@ , MOCKPP_CONSTRUCT_MEMBERS_FOR_CHAINABLE2(const_chainable2) , MOCKPP_CONSTRUCT_MEMBERS_FOR_CHAINABLE1(const_chainable1) , MOCKPP_CONSTRUCT_MEMBERS_FOR_CHAINABLE0(const_chainable0) - , MOCKPP_CONSTRUCT_MEMBERS_FOR_CHAINABLE5(chainable_i) {} + virtual ~MyChainableMockObject_5() + {} + MOCKPP_CHAINABLE5(MyChainableMockObject_5, int, chainable5, CA, CB, CC, CD, CE); MOCKPP_CHAINABLE4(MyChainableMockObject_5, int, chainable4, CA, CB, CC, CD); MOCKPP_CHAINABLE3(MyChainableMockObject_5, int, chainable3, CA, CB, CC); @@ -126,7 +131,7 @@ MOCKPP_CONST_CHAINABLE2(MyChainableMockObject_5, int, const_chainable2, CA, CB); MOCKPP_CONST_CHAINABLE1(MyChainableMockObject_5, int, const_chainable1, CA); MOCKPP_CONST_CHAINABLE0(MyChainableMockObject_5, int, const_chainable0); - + MOCKPP_CHAINABLE5(MyChainableMockObject_5, int, chainable_i, unsigned, unsigned, unsigned, unsigned, unsigned); }; @@ -135,6 +140,9 @@ { public: + virtual ~MyChainableMockObject_5_ex_Interface() + {} + virtual int chainable5 (const CA&, const CB&, const CC&, const CD&, CE) = 0; virtual int chainable5 (const CA&, const CB&, const CC&, const CD&, CF) = 0; virtual int chainable4 (const CA&, const CB&, const CC&, const CD&) = 0; @@ -191,6 +199,9 @@ , MOCKPP_CONSTRUCT_MEMBERS_FOR_CHAINABLE_EXT0(const_chainable0_p, Ext) {} + virtual ~MyChainableMockObject_5ex() + {} + MOCKPP_CHAINABLE_EXT5(MyChainableMockObject_5ex, int, chainable5, const CA&, const CB&, const CC&, const CD&, CE, int, over1, CA, CB, CC, CD, CE); @@ -274,23 +285,23 @@ mockpp::eq( (unsigned int) 54), mockpp::eq( (unsigned int) 43), mockpp::eq( (unsigned int) 32), - mockpp::eq( (unsigned int) 21)) + mockpp::eq( (unsigned int) 21)) .will(new mockpp::ReturnStub<int>(54321)); - - CPPUNIT_ASSERT(mcm.chainable_i(12, 23, 34, 45, 56) == 12345); - CPPUNIT_ASSERT(mcm.chainable_i(65, 54, 43, 32, 21) == 54321); - + + CPPUNIT_ASSERT(mcm.chainable_i(12, 23, 34, 45, 56) == 12345); + CPPUNIT_ASSERT(mcm.chainable_i(65, 54, 43, 32, 21) == 54321); + try { - mcm.chainable_i(1, 2, 3, 4, 5) == 999; + mcm.chainable_i(1, 2, 3, 4, 5) == 999; CPPUNIT_ASSERT_MESSAGE("should have thrown", false); } catch(mockpp::AssertionFailedError &ex) { CPPUNIT_ASSERT(ex.getMessage().find(MOCKPP_PCHAR("unexpected invocation")) != mockpp::String::npos); } - - mcm.verify(); + + mcm.verify(); } Index: VerifyingTestCaller_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VerifyingTestCaller_test.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- VerifyingTestCaller_test.cpp 22 Mar 2005 22:03:26 -0000 1.4 +++ VerifyingTestCaller_test.cpp 24 Mar 2005 21:43:07 -0000 1.5 @@ -37,7 +37,7 @@ #include <stdexcept> -#if (_MSC_VER < 1400) // at least MSCV6 incomplete +#if defined(_MSC_VER) && (_MSC_VER < 1300) // at least MSCV6 incomplete # include <mockpp/util/AutoPointer.h> #else # include <memory> Index: VisitableMockObject_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockObject_test.cpp,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- VisitableMockObject_test.cpp 27 Feb 2005 11:48:16 -0000 1.19 +++ VisitableMockObject_test.cpp 24 Mar 2005 21:43:08 -0000 1.20 @@ -65,6 +65,7 @@ CPPUNIT_TEST_EXCEPTION(fail_return, mockpp::AssertionFailedError); CPPUNIT_TEST_EXCEPTION(fail_unused_throwable, mockpp::AssertionFailedError); CPPUNIT_TEST_EXCEPTION(fail_unused_value, mockpp::AssertionFailedError); + CPPUNIT_TEST(test_stub_return_const_ref); CPPUNIT_TEST_SUITE_END(); @@ -87,6 +88,7 @@ void fail_set_throw_after_active(); void fail_add_return_after_active(); void fail_set_return_after_active(); + void test_stub_return_const_ref(); }; @@ -98,11 +100,22 @@ public: MyVisitableMockObject(const mockpp::String &name) - : mockpp::VisitableMockObject(name, 0), - MOCKPP_CONSTRUCT_MEMBERS_FOR_VISITABLE0(visitable) + : mockpp::VisitableMockObject(name, 0) + , MOCKPP_CONSTRUCT_MEMBERS_FOR_VISITABLE0(visitable) + , MOCKPP_CONSTRUCT_MEMBERS_FOR_VISITABLE0(visitable_e_Shadow) {} MOCKPP_VISITABLE0(MyVisitableMockObject, int, visitable); + MOCKPP_VISITABLE0(MyVisitableMockObject, int, visitable_e_Shadow); + + int visitable_e_shadow; + + virtual const int& visitable_e() + { + visitable_e_shadow = visitable_e_Shadow(); + return visitable_e_shadow; + } + bool isClear() { @@ -416,5 +429,21 @@ } +void VisitableMockObject_test::test_stub_return_const_ref() +{ + MyVisitableMockObject mvo(MOCKPP_PCHAR("mvo")); + MOCKPP_CONTROLLER_FOR(MyVisitableMockObject, visitable_e_Shadow) ctr (&mvo); + + ctr.addReturnValue(321); + ctr.addReturnValue(123); + mvo.activate(); + + CPPUNIT_ASSERT_EQUAL(321, mvo.visitable_e_Shadow()); + CPPUNIT_ASSERT_EQUAL(123, mvo.visitable_e()); + + mvo.verify(); +} + + #endif // HAVE_CPPUNIT Index: AssertMo_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/AssertMo_test.cpp,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- AssertMo_test.cpp 27 Feb 2005 11:48:16 -0000 1.21 +++ AssertMo_test.cpp 24 Mar 2005 21:43:07 -0000 1.22 @@ -330,7 +330,7 @@ } -void do_a_throw(unsigned val) +static void do_a_throw(unsigned val) { throw (unsigned) val; } Index: ChainableMockObject_5_void_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainableMockObject_5_void_test.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ChainableMockObject_5_void_test.cpp 30 Dec 2004 20:54:05 -0000 1.6 +++ ChainableMockObject_5_void_test.cpp 24 Mar 2005 21:43:07 -0000 1.7 @@ -74,6 +74,9 @@ { public: + virtual ~MyChainableMockObject_5_void_Interface() + {} + virtual void chainable5 (const CA&, const CB&, const CC&, const CD&, const CE&) = 0; virtual void chainable4 (const CA&, const CB&, const CC&, const CD&) = 0; virtual void chainable3 (const CA&, const CB&, const CC&) = 0; @@ -110,10 +113,13 @@ , MOCKPP_CONSTRUCT_MEMBERS_FOR_VOID_CHAINABLE2(const_chainable2) , MOCKPP_CONSTRUCT_MEMBERS_FOR_VOID_CHAINABLE1(const_chainable1) , MOCKPP_CONSTRUCT_MEMBERS_FOR_VOID_CHAINABLE0(const_chainable0) - + , MOCKPP_CONSTRUCT_MEMBERS_FOR_CHAINABLE5(chainable_i) {} + virtual ~MyChainableMockObject_5_void() + {} + MOCKPP_VOID_CHAINABLE5(MyChainableMockObject_5_void, chainable5, CA, CB, CC, CD, CE); MOCKPP_VOID_CHAINABLE4(MyChainableMockObject_5_void, chainable4, CA, CB, CC, CD); MOCKPP_VOID_CHAINABLE3(MyChainableMockObject_5_void, chainable3, CA, CB, CC); @@ -137,6 +143,9 @@ { public: + virtual ~MyChainableMockObject_5_void_ex_Interface() + {} + virtual void chainable5 (const CA&, const CB&, const CC&, const CD&, CE) = 0; virtual void chainable5 (const CA&, const CB&, const CC&, const CD&, CF) = 0; virtual void chainable4 (const CA&, const CB&, const CC&, const CD&) = 0; @@ -277,40 +286,40 @@ mockpp::eq( (unsigned int) 54), mockpp::eq( (unsigned int) 43), mockpp::eq( (unsigned int) 32), - mockpp::eq( (unsigned int) 21)) + mockpp::eq( (unsigned int) 21)) .will(mockpp::throwException<void, int>(54321)); - + try { - mcm.chainable_i(12, 23, 34, 45, 56); + mcm.chainable_i(12, 23, 34, 45, 56); CPPUNIT_ASSERT_MESSAGE("should have thrown", false); } catch(int i) { CPPUNIT_ASSERT(i == 12345); } - + try { - mcm.chainable_i(65, 54, 43, 32, 21); + mcm.chainable_i(65, 54, 43, 32, 21); CPPUNIT_ASSERT_MESSAGE("should have thrown", false); } catch(int i) { CPPUNIT_ASSERT(i == 54321); } - + try { - mcm.chainable_i(1, 2, 3, 4, 5); + mcm.chainable_i(1, 2, 3, 4, 5); CPPUNIT_ASSERT_MESSAGE("should have thrown", false); } catch(mockpp::AssertionFailedError &ex) { CPPUNIT_ASSERT(ex.getMessage().find(MOCKPP_PCHAR("unexpected invocation")) != mockpp::String::npos); } - - mcm.verify(); + + mcm.verify(); } Index: ChainingMockObjectSupport_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainingMockObjectSupport_test.cpp,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- ChainingMockObjectSupport_test.cpp 22 Mar 2005 22:03:26 -0000 1.26 +++ ChainingMockObjectSupport_test.cpp 24 Mar 2005 21:43:07 -0000 1.27 @@ -157,7 +157,9 @@ D d; mockpp::Constraint<A*>::AP instance0 = mockpp::isA<A, B>( b ); + MOCKPP_UNUSED(instance0); mockpp::Constraint<A*>::AP instance1 = mockpp::isA<A>( b ); + MOCKPP_UNUSED(instance1); mockpp::Constraint<A*>::AP instance = mockpp::isA<A>( B() ); CPPUNIT_ASSERT( instance->eval((B*) &a ) == false ); @@ -321,6 +323,7 @@ mockpp::Constraint<bool>::AP v_false = new mockpp::IsEqual<bool>( false ); mockpp::Constraint<bool>::AP and1 = mockpp::logic_and<bool>( v_true, v_false ); + MOCKPP_UNUSED(and1); mockpp::Constraint<bool>::AP and2 = mockpp::logic_and<bool>( new mockpp::IsEqual<bool>( false ), @@ -345,6 +348,7 @@ mockpp::Constraint<int>::AP or0 = mockpp::logic_or<int>( new mockpp::IsEqual<int>( 1 ), new mockpp::IsEqual<int>( 5 ) ); + MOCKPP_UNUSED(or0); mockpp::Constraint<int>::AP or1 = mockpp::logic_or<int>( v_1, v_5 ); or1 = mockpp::logic_or<int>( new mockpp::IsEqual<int>( 1 ), Index: VisitableMockObject_5_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockObject_5_test.cpp,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- VisitableMockObject_5_test.cpp 12 Mar 2005 17:50:55 -0000 1.23 +++ VisitableMockObject_5_test.cpp 24 Mar 2005 21:43:07 -0000 1.24 @@ -118,6 +118,9 @@ { public: + virtual ~MyVisitableMockObject_5_Interface() + {} + virtual int visitable5 (const unsigned&, const unsigned&, const unsigned&, const unsigned&, const unsigned&) = 0; virtual int visitable4 (const unsigned&, const unsigned&, const unsigned&, const unsigned&) = 0; virtual int visitable3 (const unsigned&, const unsigned&, const unsigned&) = 0; @@ -242,6 +245,9 @@ { public: + virtual ~MyVisitableMockObject_5_ex_Interface() + {} + virtual const std::string visitable5 (const std::string &, const std::string &, const std::string &, const std::string &, long) = 0; virtual const std::string visitable5 (const std::string &, const std::string &, const std::string &, const std::string &, const std::string &) = 0; virtual const std::string visitable4 (const std::string &, const std::string &, const std::string &, const std::string &) = 0; Index: VisitableMockObject_5_void_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockObject_5_void_test.cpp,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- VisitableMockObject_5_void_test.cpp 4 Mar 2005 17:40:32 -0000 1.19 +++ VisitableMockObject_5_void_test.cpp 24 Mar 2005 21:43:07 -0000 1.20 @@ -101,6 +101,9 @@ { public: + virtual ~MyVisitableMockObject_5_void_Interface() + {} + virtual void visitable5 (const unsigned&, const unsigned&, const unsigned&, const unsigned&, const unsigned&) = 0; virtual void visitable4 (const unsigned&, const unsigned&, const unsigned&, const unsigned&) = 0; virtual void visitable3 (const unsigned&, const unsigned&, const unsigned&) = 0; @@ -212,6 +215,9 @@ { public: + virtual ~MyVisitableMockObject_5_void_ex_Interface() + {} + virtual void visitable5 (const std::string &, const std::string &, const std::string &, const std::string &, long) = 0; virtual void visitable5 (const std::string &, const std::string &, const std::string &, const std::string &, const std::string &) = 0; virtual void visitable4 (const std::string &, const std::string &, const std::string &, const std::string &) = 0; Index: ChainableMockObject_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainableMockObject_test.cpp,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- ChainableMockObject_test.cpp 30 Dec 2004 20:54:05 -0000 1.18 +++ ChainableMockObject_test.cpp 24 Mar 2005 21:43:07 -0000 1.19 @@ -65,6 +65,7 @@ CPPUNIT_TEST(test_expect_return); CPPUNIT_TEST(test_expect_throw); CPPUNIT_TEST(test_stub_return); + CPPUNIT_TEST(test_stub_return_const_ref); CPPUNIT_TEST_SUITE_END(); @@ -81,6 +82,7 @@ void test_expect_return(); void test_expect_throw(); void test_stub_return(); + void test_stub_return_const_ref(); }; @@ -97,12 +99,22 @@ , MOCKPP_CONSTRUCT_MEMBERS_FOR_CHAINABLE0(chainable_b) , MOCKPP_CONSTRUCT_MEMBERS_FOR_CHAINABLE0(chainable_c) , MOCKPP_CONSTRUCT_MEMBERS_FOR_CHAINABLE0(chainable_d) + , MOCKPP_CONSTRUCT_MEMBERS_FOR_CHAINABLE0(chainable_e_Shadow) {} - MOCKPP_CHAINABLE0(MyChainableMockObject, int, chainable_a); + MOCKPP_CHAINABLE0(MyChainableMockObject, int, chainable_a); MOCKPP_CHAINABLE0(MyChainableMockObject, int, chainable_b); MOCKPP_CHAINABLE0(MyChainableMockObject, int, chainable_c); MOCKPP_CHAINABLE0(MyChainableMockObject, int, chainable_d); + MOCKPP_CHAINABLE0(MyChainableMockObject, int, chainable_e_Shadow); + + int chainable_e_shadow; + + virtual const int& chainable_e() + { + chainable_e_shadow = chainable_e_Shadow(); + return chainable_e_shadow; + } }; @@ -225,7 +237,7 @@ cm.clear(); CPPUNIT_ASSERT(0 == cm.lookupID(MOCKPP_PCHAR("second-name"))); - + cm.verify(); } @@ -242,27 +254,27 @@ chain_a.expects(mockpp::once()) .will(new mockpp::ReturnStub<int>(123)) .id(MOCKPP_PCHAR("chainable-a")); - + chain_b.expects(mockpp::once()) .after(MOCKPP_PCHAR("chainable-a")) .will(new mockpp::ReturnStub<int>(456)) .id(MOCKPP_PCHAR("chainable-b")); - + chain_c.expects(mockpp::once()) .after(MOCKPP_PCHAR("chainable-a")) .will(new mockpp::ReturnStub<int>(789)) .id(MOCKPP_PCHAR("chainable-c")); - + chain_d.expects(mockpp::once()) .after(MOCKPP_PCHAR("chainable-a")) .will(new mockpp::ReturnStub<int>(111)) .id(MOCKPP_PCHAR("chainable-d")); - + CPPUNIT_ASSERT(mcm.chainable_a() == 123); CPPUNIT_ASSERT(mcm.chainable_b() == 456); CPPUNIT_ASSERT(mcm.chainable_c() == 789); CPPUNIT_ASSERT(mcm.chainable_d() == 111); - + mcm.verify(); } @@ -280,26 +292,26 @@ .after(MOCKPP_PCHAR("chainable-d")) .will(new mockpp::ReturnStub<int>(123)) .id(MOCKPP_PCHAR("chainable-a")); - + chain_b.expects(mockpp::once()) .after(MOCKPP_PCHAR("chainable-d")) .will(new mockpp::ReturnStub<int>(456)) .id(MOCKPP_PCHAR("chainable-b")); - + chain_c.expects(mockpp::once()) .after(MOCKPP_PCHAR("chainable-d")) .will(new mockpp::ReturnStub<int>(789)) .id(MOCKPP_PCHAR("chainable-c")); - + chain_d.expects(mockpp::once()) .will(new mockpp::ReturnStub<int>(111)) .id(MOCKPP_PCHAR("chainable-d")); - + CPPUNIT_ASSERT(mcm.chainable_d() == 111); CPPUNIT_ASSERT(mcm.chainable_c() == 789); CPPUNIT_ASSERT(mcm.chainable_b() == 456); CPPUNIT_ASSERT(mcm.chainable_a() == 123); - + mcm.verify(); } @@ -315,22 +327,22 @@ .after(MOCKPP_PCHAR("chainable-b")) .will(new mockpp::ReturnStub<int>(123)) .id(MOCKPP_PCHAR("chainable-a")); - + chain_b.expects(mockpp::once()) .will(new mockpp::ReturnStub<int>(456)) .id(MOCKPP_PCHAR("chainable-b")); - + try - { + { mcm.chainable_a(); CPPUNIT_ASSERT_MESSAGE("should have thrown", false); } catch(mockpp::AssertionFailedError &ex) { mockpp::String s = ex.getMessage(); - CPPUNIT_ASSERT(s.find(MOCKPP_PCHAR("after")) != mockpp::String::npos); + CPPUNIT_ASSERT(s.find(MOCKPP_PCHAR("after")) != mockpp::String::npos); CPPUNIT_ASSERT(s.find(MOCKPP_PCHAR("(not invoked)")) != mockpp::String::npos); - CPPUNIT_ASSERT(s.find(MOCKPP_PCHAR("chainable-b")) != mockpp::String::npos); + CPPUNIT_ASSERT(s.find(MOCKPP_PCHAR("chainable-b")) != mockpp::String::npos); } } @@ -348,26 +360,26 @@ .before(MOCKPP_PCHAR("chainable-a")) .will(new mockpp::ReturnStub<int>(111)) .id(MOCKPP_PCHAR("chainable-d")); - + chain_c.expects(mockpp::once()) .before(MOCKPP_PCHAR("chainable-a")) .will(new mockpp::ReturnStub<int>(789)) .id(MOCKPP_PCHAR("chainable-c")); - + chain_b.expects(mockpp::once()) .before(MOCKPP_PCHAR("chainable-a")) .will(new mockpp::ReturnStub<int>(123)) .id(MOCKPP_PCHAR("chainable-b")); - + chain_a.expects(mockpp::once()) .will(new mockpp::ReturnStub<int>(456)) .id(MOCKPP_PCHAR("chainable-a")); - + CPPUNIT_ASSERT(mcm.chainable_d() == 111); CPPUNIT_ASSERT(mcm.chainable_c() == 789); CPPUNIT_ASSERT(mcm.chainable_b() == 123); CPPUNIT_ASSERT(mcm.chainable_a() == 456); - + mcm.verify(); } @@ -384,27 +396,27 @@ chain_a.expects(mockpp::once()) .will(new mockpp::ReturnStub<int>(123)) .id(MOCKPP_PCHAR("chainable-a")); - + chain_b.expects(mockpp::once()) .before(MOCKPP_PCHAR("chainable-a")) .will(new mockpp::ReturnStub<int>(456)) .id(MOCKPP_PCHAR("chainable-b")); - + chain_c.expects(mockpp::once()) .before(MOCKPP_PCHAR("chainable-a")) .will(new mockpp::ReturnStub<int>(789)) .id(MOCKPP_PCHAR("chainable-c")); - + chain_d.expects(mockpp::once()) .before(MOCKPP_PCHAR("chainable-a")) .will(new mockpp::ReturnStub<int>(111)) .id(MOCKPP_PCHAR("chainable-d")); - + CPPUNIT_ASSERT(mcm.chainable_d() == 111); CPPUNIT_ASSERT(mcm.chainable_c() == 789); CPPUNIT_ASSERT(mcm.chainable_b() == 456); CPPUNIT_ASSERT(mcm.chainable_a() == 123); - + mcm.verify(); } @@ -420,14 +432,14 @@ .before(MOCKPP_PCHAR("chainable-b")) .will(new mockpp::ReturnStub<int>(123)) .id(MOCKPP_PCHAR("chainable-a")); - + chain_b.expects(mockpp::once()) .will(new mockpp::ReturnStub<int>(456)) .id(MOCKPP_PCHAR("chainable-b")); - + CPPUNIT_ASSERT(mcm.chainable_b() == 456); try - { + { mcm.chainable_a() == 123; CPPUNIT_ASSERT_MESSAGE("should have thrown", false); } @@ -435,11 +447,25 @@ { mockpp::String s = ex.getMessage(); CPPUNIT_ASSERT(s.find(MOCKPP_PCHAR("(invoked)")) != mockpp::String::npos); - CPPUNIT_ASSERT(s.find(MOCKPP_PCHAR("before")) != mockpp::String::npos); - CPPUNIT_ASSERT(s.find(MOCKPP_PCHAR("chainable-b")) != mockpp::String::npos); + CPPUNIT_ASSERT(s.find(MOCKPP_PCHAR("before")) != mockpp::String::npos); + CPPUNIT_ASSERT(s.find(MOCKPP_PCHAR("chainable-b")) != mockpp::String::npos); } } +void ChainableMockObject_test::test_stub_return_const_ref() +{ + MyChainableMockObject mcm(MOCKPP_PCHAR("chainable-object")); + + MOCKPP_CHAINER_FOR(MyChainableMockObject, chainable_e_Shadow) chain(&mcm); + + chain.setDefaultStub(new mockpp::ReturnStub<int>(321)); + + CPPUNIT_ASSERT(mcm.chainable_e() == 321); + + mcm.verify(); +} + + #endif // HAVE_CPPUNIT Index: MixedMockObject_5_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/MixedMockObject_5_test.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- MixedMockObject_5_test.cpp 12 Mar 2005 18:34:27 -0000 1.2 +++ MixedMockObject_5_test.cpp 24 Mar 2005 21:43:07 -0000 1.3 @@ -76,6 +76,9 @@ { public: + virtual ~MyMixedMockObject_5_Interface() + {} + virtual int chain_mixed5 (const CA&, const CB&, const CC&, const CD&, const CE&) = 0; virtual int chain_mixed4 (const CA&, const CB&, const CC&, const CD&) = 0; virtual int chain_mixed3 (const CA&, const CB&, const CC&) = 0; |
From: Ewald A. <ewa...@us...> - 2005-03-24 21:43:17
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9209 Modified Files: mockpp.kdevelop Log Message: fixed compiler warnings Index: mockpp.kdevelop =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp.kdevelop,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- mockpp.kdevelop 13 Mar 2005 17:14:31 -0000 1.66 +++ mockpp.kdevelop 24 Mar 2005 21:43:05 -0000 1.67 @@ -6,18 +6,10 @@ <version>$VERSION$</version> <projectmanagement>KDevAutoProject</projectmanagement> <primarylanguage>C++</primarylanguage> - <ignoreparts> - <part>Unterstützung für ClearCase (KDevelop)</part> - <part>Unterstützung für Perforce (KDevelop)</part> - <part>Schnellöffner-Komponente (KDevelop)</part> - <part>Unterstützung für Subversion (KDevelop)</part> - <part>Unterstützung für CVSService (KDevelop)</part> - <part>Unterstützung für Doxygen (KDevelop)</part> - <part>Unterstützung für Paketerstellung (KDevelop)</part> - </ignoreparts> + <ignoreparts/> <projectdirectory>.</projectdirectory> <absoluteprojectpath>false</absoluteprojectpath> - <description/> + <description></description> <secondaryLanguages> <language>Perl</language> <language>Bash</language> @@ -95,18 +87,18 @@ <envvars/> <configargs>--enable-unicode --enable-debug=full prefix=/tmp/install</configargs> <builddir>/home/compile/mockpp/u</builddir> - <topsourcedir/> - <cppflags/> - <ldflags/> + <topsourcedir></topsourcedir> + <cppflags></cppflags> + <ldflags></ldflags> <ccompiler>kdevgccoptions</ccompiler> <cxxcompiler>kdevgppoptions</cxxcompiler> <f77compiler>kdevg77options</f77compiler> - <ccompilerbinary/> - <cxxcompilerbinary/> - <f77compilerbinary/> - <cflags/> - <cxxflags>-O0 -g -Wall </cxxflags> - <f77flags/> + <ccompilerbinary></ccompilerbinary> + <cxxcompilerbinary></cxxcompilerbinary> + <f77compilerbinary></f77compilerbinary> + <cflags></cflags> + <cxxflags>-O0 -g -Wall -Wunused -pedantic</cxxflags> + <f77flags></f77flags> </unicode_debug> <intel_unicode_debug> <envvars/> @@ -147,14 +139,14 @@ <kdevdebugger> <general> <dbgshell>libtool</dbgshell> - <programargs/> - <gdbpath/> + <programargs></programargs> + <gdbpath></gdbpath> <breakonloadinglibs>true</breakonloadinglibs> <separatetty>false</separatetty> <floatingtoolbar>true</floatingtoolbar> - <configGdbScript/> - <runShellScript/> - <runGdbScript/> + <configGdbScript></configGdbScript> + <runShellScript></runShellScript> + <runGdbScript></runGdbScript> </general> <display> <staticmembers>true</staticmembers> @@ -247,6 +239,14 @@ <argumentsHintDelay>397</argumentsHintDelay> <headerCompletionDelay>250</headerCompletionDelay> </codecompletion> + <creategettersetter> + <prefixGet></prefixGet> + <prefixSet>set</prefixSet> + <prefixVariable>m_,_</prefixVariable> + <parameterName>theValue</parameterName> + <inlineGet>true</inlineGet> + <inlineSet>true</inlineSet> + </creategettersetter> </kdevcppsupport> <kdevcvsservice> <recursivewhenupdate>true</recursivewhenupdate> |
From: Ewald A. <ewa...@us...> - 2005-03-24 21:43:17
|
Update of /cvsroot/mockpp/mockpp/mockpp/compat In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9209/mockpp/compat Modified Files: Formatter.cpp Log Message: fixed compiler warnings Index: Formatter.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/compat/Formatter.cpp,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- Formatter.cpp 5 Mar 2005 14:53:39 -0000 1.36 +++ Formatter.cpp 24 Mar 2005 21:43:06 -0000 1.37 @@ -67,7 +67,7 @@ { mockpp::String s1, s2; s1 = number( n / ( long ) base, base ); -#if defined(_MSC_VER) && (__MSC_VER <= 1200) +#if defined(_MSC_VER) && (_MSC_VER <= 1200) s2 = number( ( unsigned long ) ( -( n + ( long ) base ) ) % base, base ); #else s2 = number( ( -( n + ( long ) base ) ) % base, base ); |
From: Ewald A. <ewa...@us...> - 2005-03-24 21:43:16
|
Update of /cvsroot/mockpp/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9209/mockpp Modified Files: ExpectationMap.h Makefile.am VerifyingTestCase.cpp mockpp.h Log Message: fixed compiler warnings Index: mockpp.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/mockpp.h,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- mockpp.h 24 Mar 2005 18:54:10 -0000 1.46 +++ mockpp.h 24 Mar 2005 21:43:06 -0000 1.47 @@ -148,10 +148,11 @@ */ /** @def MOCKPP_UNUSED - * Simple macro to suppress warnings about unused variables. + * Simple macro to suppress warnings about unused variables if possible. */ - -#define MOCKPP_UNUSED(x) x +#ifndef MOCKPP_UNUSED +#define MOCKPP_UNUSED(x) +#endif //! mockpp::Exception is derived from std::exception #define MOCKPP_USE_STD_EXCEPTION Index: VerifyingTestCase.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/VerifyingTestCase.cpp,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- VerifyingTestCase.cpp 27 Feb 2005 11:48:14 -0000 1.22 +++ VerifyingTestCase.cpp 24 Mar 2005 21:43:06 -0000 1.23 @@ -74,8 +74,8 @@ { if (numVerifiables() == 0) { - String s = MOCKPP_PCHAR("VerifyingTestCase \"%1\" has no sub-objects to verify.\n" - "Did you forget to register?"); + String s = MOCKPP_PCHAR("VerifyingTestCase \"%1\" has no sub-objects to verify.\n") + MOCKPP_PCHAR("Did you forget to register?"); s << getVerifiableName(); throw AssertionFailedError (__LINE__, __FILE__, s); } Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/Makefile.am,v retrieving revision 1.73 retrieving revision 1.74 diff -u -d -r1.73 -r1.74 --- Makefile.am 22 Mar 2005 22:03:21 -0000 1.73 +++ Makefile.am 24 Mar 2005 21:43:06 -0000 1.74 @@ -145,6 +145,9 @@ echo "/* Define if you have the std::wcscmp type. */" >>$@ echo "#define HAVE_WCSCMP" >>$@ echo "" >>$@ + echo "/* Define to supress compiler warnings about unused variables. */" >>$@ + echo "#define MOCKPP_UNUSED(x) x" >>$@ + echo "" >>$@ -test $@ -ef $(srcdir) || cp $@ $(srcdir) mockpp_config-cygwin.h: @@ -219,6 +222,9 @@ echo "/* Define if you have the std::wcscmp type. */" >>$@ echo "#define HAVE_WCSCMP" >>$@ echo "" >>$@ + echo "/* Define to supress compiler warnings about unused variables. */" >>$@ + echo "#define MOCKPP_UNUSED(x) x" >>$@ + echo "" >>$@ -test $@ -ef $(srcdir) || cp $@ $(srcdir) mockpp_config-msvc_60_70.h: @@ -259,6 +265,9 @@ echo "/* Define if you have the std::wcscmp type. */" >>$@ echo "#define HAVE_WCSCMP" >>$@ echo "" >>$@ + echo "/* Define to supress compiler warnings about unused variables. */" >>$@ + echo "#define MOCKPP_UNUSED(x) x" >>$@ + echo "" >>$@ -test $@ -ef $(srcdir) || cp $@ $(srcdir) i18n_files = $(srcdir)/*.cpp $(srcdir)/*.h $(srcdir)/compat/*.h $(srcdir)/compat/*.cpp $(srcdir)/util/*.h $(srcdir)/util/*.cpp Index: ExpectationMap.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/ExpectationMap.h,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- ExpectationMap.h 24 Mar 2005 20:51:28 -0000 1.23 +++ ExpectationMap.h 24 Mar 2005 21:43:06 -0000 1.24 @@ -54,7 +54,7 @@ * @param name human readable description about the expectation * @param parent parent verifiable */ - ExpectationMap(const String &name, Verifiable *parent = 0) + ExpectationMap(const String &name, VerifiableList *parent = 0) : ExpectationSet<Key>(name, parent) { } |
From: Ewald A. <ewa...@us...> - 2005-03-24 21:00:00
|
Update of /cvsroot/mockpp/mockpp/mockpp/examples/tutorial In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18581/mockpp/examples/tutorial Modified Files: Calculator.h interface.h Log Message: fixed compiler warnings Index: interface.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/examples/tutorial/interface.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- interface.h 13 Mar 2005 19:13:26 -0000 1.4 +++ interface.h 24 Mar 2005 20:59:51 -0000 1.5 @@ -40,6 +40,11 @@ { public: + /** Destroy the interface + */ + virtual ~Interface() + {} + /** Opens the file * @param name name of file to open */ Index: Calculator.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/examples/tutorial/Calculator.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Calculator.h 23 Jan 2005 21:19:05 -0000 1.2 +++ Calculator.h 24 Mar 2005 20:59:51 -0000 1.3 @@ -11,7 +11,7 @@ ***************************************************************************/ - int global_error = 0; // disturb tests +static int global_error = 0; // disturb tests /** An exception class. * @internal |
From: Ewald A. <ewa...@us...> - 2005-03-24 20:52:08
|
Update of /cvsroot/mockpp/mockpp/bcb5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11678/bcb5 Modified Files: jmock_test.bpr mock_test.bpr mockpp.bpr Log Message: fixed compiler warnings Index: mockpp.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mockpp.bpr,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- mockpp.bpr 22 Mar 2005 22:02:58 -0000 1.34 +++ mockpp.bpr 24 Mar 2005 20:51:27 -0000 1.35 @@ -61,9 +61,10 @@ <USERDEFINES value="__DLL___;_DEBUG"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="mockpp.bpf"/> - <INCLUDEPATH value="..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include"/> - <LIBPATH value="..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_25\matcher;..\mockpp_25\constraint;..\mockpp_25\builder;..\mockpp;..\mockpp_25\chaining;..\mockpp_25\compat;..\mockpp_25\util;..\..\mockpp;$(BCB)\lib\obj;$(BCB)\lib"/> - <WARNINGS value="-w-par"/> + <INCLUDEPATH value="..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include"/> + <LIBPATH value="..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_25\matcher;..\mockpp_25\constraint;..\mockpp_25\builder;..\mockpp;..\mockpp_25\chaining;..\mockpp_25\compat;..\mockpp_25\util;..;$(BCB)\lib\obj;$(BCB)\lib"/> + <WARNINGS value="-w8092 -w8091 -w8090 -w8089 -w8087 -wprc -wuse -wucp -wstv -wstu -wpin + -wnod -wnak -wdef -wcln -wbbf -wasm -wamp -wamb"/> </MACROS> <OPTIONS> <CFLAG1 value="-WD -vGc -vGt -vGd -Od -Vx -Ve -X- -r- -a8 -b- -k -y -v -vi- -tWD -tWM -c"/> @@ -108,53 +109,55 @@ Comments= [HistoryLists\hlIncludePath] -Count=28 -Item0=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item1=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item2=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item3=..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item4=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\..\cppunit-1.10\include -Item5=..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\..\cppunit-1.10\include -Item6=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_25\matcher;..\mockpp_25\constraint;..\mockpp_25\builder;..\mockpp;..\mockpp_25\chaining;..\mockpp_25\compat;..\mockpp_25\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item7=..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item8=..\mockpp_25\matcher;..\mockpp_25\constraint;..\mockpp_25\builder;..\mockpp_25\chaining;..\mockpp_25\compat;..\mockpp_25\util;..\mockpp;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item9=..\mockpp;..;$(BCB)\include;..\..\..\cppunit.ups\include -Item10=..\mockpp_25\builder;..\mockpp_25\matcher;..\mockpp_25\constraint;..\builder;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\matcher;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\constraint;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\builder;..\mockpp_25\chaining;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\chaining;mockpp;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp;..\mockpp_25\compat;..\mockpp_25\util;..\mockpp;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item11=..\mockpp_25\builder;..\mockpp_25\matcher;..\mockpp_25\constraint;..\builder;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\matcher;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\constraint;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\builder;..\mockpp_25\chaining;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\chaining;mockpp;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp;..\mockpp_25\compat;..\mockpp_25\util;..\mockpp;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item12=mockpp;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp;..\mockpp_25\compat;..\mockpp_25\util;..\mockpp;..\..\mockpp;$(BCB)\include;X:\Documents\src\cppunit-1.8.0\include -Item13=mockpp;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp;..\mockpp_25\compat;..\mockpp_25\util;..\mockpp;..\..\mockpp;$(BCB)\include -Item14=mockpp;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp;..\mockpp_25\compat;..\mockpp_25\util;..\mockpp;..;$(BCB)\include -Item15=..;$(BCB)\include -Item16=..\mockpp_25\compat;..\mockpp_25\util;..\mockpp;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\compat;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\util;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp;..\ulxmlrpcpp;..\..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item17=..;$(BCB)\include;$(BCB)\include\vcl -Item18=..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects;\\SONNE\HOMES\src\ulxr\mockpp_25\mockpp;..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item19=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item20=..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item21=..\..\mockpp;..\mockpp;..\expat;..;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item22=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include -Item23=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl -Item24=..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl -Item25=..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl -Item26=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;..\..\Expat-1.95.2\Source\lib -Item27=..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Count=29 +Item0=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item1=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item2=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item3=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item4=..;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item5=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\..\cppunit-1.10\include +Item6=..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\..\cppunit-1.10\include +Item7=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_25\matcher;..\mockpp_25\constraint;..\mockpp_25\builder;..\mockpp;..\mockpp_25\chaining;..\mockpp_25\compat;..\mockpp_25\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item8=..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item9=..\mockpp_25\matcher;..\mockpp_25\constraint;..\mockpp_25\builder;..\mockpp_25\chaining;..\mockpp_25\compat;..\mockpp_25\util;..\mockpp;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item10=..\mockpp;..;$(BCB)\include;..\..\..\cppunit.ups\include +Item11=..\mockpp_25\builder;..\mockpp_25\matcher;..\mockpp_25\constraint;..\builder;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\matcher;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\constraint;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\builder;..\mockpp_25\chaining;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\chaining;mockpp;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp;..\mockpp_25\compat;..\mockpp_25\util;..\mockpp;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item12=..\mockpp_25\builder;..\mockpp_25\matcher;..\mockpp_25\constraint;..\builder;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\matcher;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\constraint;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\builder;..\mockpp_25\chaining;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\chaining;mockpp;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp;..\mockpp_25\compat;..\mockpp_25\util;..\mockpp;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item13=mockpp;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp;..\mockpp_25\compat;..\mockpp_25\util;..\mockpp;..\..\mockpp;$(BCB)\include;X:\Documents\src\cppunit-1.8.0\include +Item14=mockpp;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp;..\mockpp_25\compat;..\mockpp_25\util;..\mockpp;..\..\mockpp;$(BCB)\include +Item15=mockpp;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp;..\mockpp_25\compat;..\mockpp_25\util;..\mockpp;..;$(BCB)\include +Item16=..;$(BCB)\include +Item17=..\mockpp_25\compat;..\mockpp_25\util;..\mockpp;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\compat;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\util;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp;..\ulxmlrpcpp;..\..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item18=..;$(BCB)\include;$(BCB)\include\vcl +Item19=..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects;\\SONNE\HOMES\src\ulxr\mockpp_25\mockpp;..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item20=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item21=..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item22=..\..\mockpp;..\mockpp;..\expat;..;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item23=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include +Item24=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl +Item25=..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl +Item26=..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl +Item27=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;..\..\Expat-1.95.2\Source\lib +Item28=..\mockpp;$(BCB)\include;$(BCB)\include\vcl [HistoryLists\hlLibraryPath] -Count=15 -Item0=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_25\matcher;..\mockpp_25\constraint;..\mockpp_25\builder;..\mockpp;..\mockpp_25\chaining;..\mockpp_25\compat;..\mockpp_25\util;..;$(BCB)\lib\obj;$(BCB)\lib -Item1=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_25\matcher;..\mockpp_25\constraint;..\mockpp_25\builder;..\mockpp;..\mockpp_25\chaining;..\mockpp_25\compat;..\mockpp_25\util;..;$(BCB)\lib\obj;$(BCB)\lib -Item2=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_25\matcher;..\mockpp_25\constraint;..\mockpp_25\builder;..\mockpp;..\mockpp_25\chaining;..\mockpp_25\compat;..\mockpp_25\util;..\..\mockpp;$(BCB)\lib\obj;$(BCB)\lib -Item3=..;$(BCB)\lib\obj;$(BCB)\lib -Item4=..\mockpp_25\matcher;..\mockpp_25\constraint;..\mockpp_25\builder;..\mockpp;..\mockpp_25\chaining;..\mockpp_25\compat;..\mockpp_25\util;..;$(BCB)\lib\obj;$(BCB)\lib -Item5=..\mockpp_25\matcher;..\mockpp_25\constraint;..\mockpp_25\builder;..\mockpp;..\mockpp_25\chaining;..\mockpp_25\compat;..\mockpp_25\util;..\..\mockpp;$(BCB)\lib\obj;$(BCB)\lib -Item6=..\mockpp_25\builder;..\mockpp_25\matcher;..\mockpp_25\constraint;..\builder;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\matcher;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\constraint;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\builder;..\mockpp_25\chaining;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\chaining;mockpp;..\mockpp_25\compat;..\mockpp_25\util;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\compat;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\util;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp;..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects\;\\SONNE\HOMES\src\ulxr\mockpp_25\mockpp;..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_25\ -Item7=mockpp;..\mockpp_25\compat;..\mockpp_25\util;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\compat;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\util;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp;..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects\;\\SONNE\HOMES\src\ulxr\mockpp_25\mockpp;..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_25\ -Item8=..\mockpp_25\compat;..\mockpp_25\util;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\compat;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\util;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp;..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects\;\\SONNE\HOMES\src\ulxr\mockpp_25\mockpp;..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_25\ -Item9=..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects;\\SONNE\HOMES\src\ulxr\mockpp_25\mockpp;..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_25\ -Item10=..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_25\ -Item11=..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\temp -Item12=..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib -Item13=..\expat;$(BCB)\lib\obj;$(BCB)\lib -Item14=..\mockpp;$(BCB)\lib\obj;$(BCB)\lib +Count=16 +Item0=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_25\matcher;..\mockpp_25\constraint;..\mockpp_25\builder;..\mockpp;..\mockpp_25\chaining;..\mockpp_25\compat;..\mockpp_25\util;..\..\mockpp;$(BCB)\lib\obj;$(BCB)\lib +Item1=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_25\matcher;..\mockpp_25\constraint;..\mockpp_25\builder;..\mockpp;..\mockpp_25\chaining;..\mockpp_25\compat;..\mockpp_25\util;..;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_25\matcher;..\mockpp_25\constraint;..\mockpp_25\builder;..\mockpp;..\mockpp_25\chaining;..\mockpp_25\compat;..\mockpp_25\util;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_25\matcher;..\mockpp_25\constraint;..\mockpp_25\builder;..\mockpp;..\mockpp_25\chaining;..\mockpp_25\compat;..\mockpp_25\util;..\..\mockpp;$(BCB)\lib\obj;$(BCB)\lib +Item4=..;$(BCB)\lib\obj;$(BCB)\lib +Item5=..\mockpp_25\matcher;..\mockpp_25\constraint;..\mockpp_25\builder;..\mockpp;..\mockpp_25\chaining;..\mockpp_25\compat;..\mockpp_25\util;..;$(BCB)\lib\obj;$(BCB)\lib +Item6=..\mockpp_25\matcher;..\mockpp_25\constraint;..\mockpp_25\builder;..\mockpp;..\mockpp_25\chaining;..\mockpp_25\compat;..\mockpp_25\util;..\..\mockpp;$(BCB)\lib\obj;$(BCB)\lib +Item7=..\mockpp_25\builder;..\mockpp_25\matcher;..\mockpp_25\constraint;..\builder;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\matcher;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\constraint;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\builder;..\mockpp_25\chaining;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\chaining;mockpp;..\mockpp_25\compat;..\mockpp_25\util;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\compat;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\util;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp;..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects\;\\SONNE\HOMES\src\ulxr\mockpp_25\mockpp;..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_25\ +Item8=mockpp;..\mockpp_25\compat;..\mockpp_25\util;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\compat;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\util;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp;..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects\;\\SONNE\HOMES\src\ulxr\mockpp_25\mockpp;..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_25\ +Item9=..\mockpp_25\compat;..\mockpp_25\util;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\compat;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\util;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp;..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects\;\\SONNE\HOMES\src\ulxr\mockpp_25\mockpp;..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_25\ +Item10=..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects;\\SONNE\HOMES\src\ulxr\mockpp_25\mockpp;..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_25\ +Item11=..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_25\ +Item12=..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\temp +Item13=..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib +Item14=..\expat;$(BCB)\lib\obj;$(BCB)\lib +Item15=..\mockpp;$(BCB)\lib\obj;$(BCB)\lib [HistoryLists\hlDebugSourcePath] Count=1 Index: mock_test.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mock_test.bpr,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- mock_test.bpr 22 Mar 2005 22:02:58 -0000 1.31 +++ mock_test.bpr 24 Mar 2005 20:51:27 -0000 1.32 @@ -63,7 +63,8 @@ <MAINSOURCE value="mock_test.bpf"/> <INCLUDEPATH value="..\mockpp\tests;..\mockpp_25\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include"/> <LIBPATH value="..\mockpp\tests;..\mockpp_25\tests;$(BCB)\lib\obj;$(BCB)\lib"/> - <WARNINGS value="-w-par"/> + <WARNINGS value="-w8092 -w8091 -w8090 -w8089 -w8087 -wprc -wuse -wucp -wstv -wstu -wpin + -wnod -wnak -wdef -wcln -wbbf -wasm -wamp -wamb"/> </MACROS> <OPTIONS> <CFLAG1 value="-vGc -vGt -vGd -Od -Vx -Ve -X- -r- -a8 -b- -k -y -v -vi- -tWC -tWM -c"/> @@ -108,36 +109,36 @@ [HistoryLists\hlIncludePath] Count=30 -Item0=..\mockpp\tests;..\mockpp_25\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item1=..\mockpp\tests;..\mockpp_25\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item2=..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item3=..\tests;tests;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\tests;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\tests;..\mockpp_25\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item4=..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item5=..\mockpp_25\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include;.. -Item6=..\mockpp_25\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item7=..\mockpp_25\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include -Item8=..\mockpp_25\tests;..;$(BCB)\include;..\..\cppunit\include -Item9=..\mockpp_25\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include -Item10=..\mockpp_25\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item11=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item12=..\mockpp_25\tests;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item13=..;$(BCB)\include;X:\src\cppunit-1.8.0\include -Item14=\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\tests;..\..\mockpp;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include -Item15=..;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include -Item16=..\..\mockpp;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include -Item17=..\..\mockpp;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item18=.. ;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item19=.. ;..\mockpp_25\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include -Item20=..\mockpp_25\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item21=..\mockpp_25\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item22=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item23=..\mockpp_25\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item24=..\mockpp_25\tests;..\mockpp;$(BCB)\include -Item25=..\mockpp_25\tests;..\mockpp;$(BCB)/include -Item26=..\mockpp_25\tests;..\mockpp -Item27=..\mockpp -Item28=..\mockpp_25\tests;..\mockpp_25\mockpp -Item29=..\mockpp_25\mockpp +Item0=..\mockpp\tests;..\mockpp_25\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item1=..\mockpp\tests;..\mockpp_25\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item2=..\mockpp\tests;..\mockpp_25\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item3=..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item4=..\tests;tests;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\tests;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\tests;..\mockpp_25\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item5=..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item6=..\mockpp_25\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include;.. +Item7=..\mockpp_25\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item8=..\mockpp_25\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include +Item9=..\mockpp_25\tests;..;$(BCB)\include;..\..\cppunit\include +Item10=..\mockpp_25\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include +Item11=..\mockpp_25\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item12=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item13=..\mockpp_25\tests;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item14=..;$(BCB)\include;X:\src\cppunit-1.8.0\include +Item15=\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\tests;..\..\mockpp;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include +Item16=..;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include +Item17=..\..\mockpp;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include +Item18=..\..\mockpp;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item19=.. ;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item20=.. ;..\mockpp_25\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include +Item21=..\mockpp_25\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item22=..\mockpp_25\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item23=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item24=..\mockpp_25\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item25=..\mockpp_25\tests;..\mockpp;$(BCB)\include +Item26=..\mockpp_25\tests;..\mockpp;$(BCB)/include +Item27=..\mockpp_25\tests;..\mockpp +Item28=..\mockpp +Item29=..\mockpp_25\tests;..\mockpp_25\mockpp [HistoryLists\hlLibraryPath] Count=17 Index: jmock_test.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/jmock_test.bpr,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- jmock_test.bpr 22 Mar 2005 22:02:57 -0000 1.19 +++ jmock_test.bpr 24 Mar 2005 20:51:27 -0000 1.20 @@ -93,7 +93,8 @@ <MAINSOURCE value="jmock_test.bpf"/> <INCLUDEPATH value="..\mockpp\tests;..\mockpp_25\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include"/> <LIBPATH value="..\mockpp\tests;..\mockpp_25\tests;$(BCB)\lib\obj;$(BCB)\lib"/> - <WARNINGS value="-w-par"/> + <WARNINGS value="-w8092 -w8091 -w8090 -w8089 -w8087 -wprc -wuse -wucp -wstv -wstu -wsig + -wpin -wnod -wnak -wdef -wcln -wbbf -wasm -wamp -wamb"/> </MACROS> <OPTIONS> <CFLAG1 value="-vGc -vGt -vGd -Od -Vx -Ve -X- -r- -a8 -b- -k -y -v -vi- -tWC -tWM -c"/> @@ -138,36 +139,36 @@ [HistoryLists\hlIncludePath] Count=30 -Item0=..\mockpp\tests;..\mockpp_25\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item1=..\mockpp\tests;..\mockpp_25\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item2=..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item3=mockpp\tests;mockpp\\tests;..\mockpp_25\Ctests;..\mockpp;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\tests;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\tests;..\mockpp_25\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item4=\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\tests;..\mockpp_25\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item5=..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item6=..\mockpp_25\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include;.. -Item7=..\mockpp_25\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item8=..\mockpp_25\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include -Item9=..\mockpp_25\tests;..;$(BCB)\include;..\..\cppunit\include -Item10=..\mockpp_25\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include -Item11=..\mockpp_25\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item12=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item13=..\mockpp_25\tests;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item14=..;$(BCB)\include;X:\src\cppunit-1.8.0\include -Item15=\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\tests;..\..\mockpp;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include -Item16=..;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include -Item17=..\..\mockpp;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include -Item18=..\..\mockpp;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item19=.. ;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item20=.. ;..\mockpp_25\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include -Item21=..\mockpp_25\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item22=..\mockpp_25\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item23=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item24=..\mockpp_25\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item25=..\mockpp_25\tests;..\mockpp;$(BCB)\include -Item26=..\mockpp_25\tests;..\mockpp;$(BCB)/include -Item27=..\mockpp_25\tests;..\mockpp -Item28=..\mockpp -Item29=..\mockpp_25\tests;..\mockpp_25\mockpp +Item0=..\mockpp\tests;..\mockpp_25\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item1=..\mockpp\tests;..\mockpp_25\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item2=..\mockpp\tests;..\mockpp_25\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item3=..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item4=mockpp\tests;mockpp\\tests;..\mockpp_25\Ctests;..\mockpp;\\SONNE\HOMES\Documents\src\mockpp_25\mockpp\mockpp_25\tests;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\tests;..\mockpp_25\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item5=\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\tests;..\mockpp_25\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item6=..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item7=..\mockpp_25\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include;.. +Item8=..\mockpp_25\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item9=..\mockpp_25\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include +Item10=..\mockpp_25\tests;..;$(BCB)\include;..\..\cppunit\include +Item11=..\mockpp_25\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include +Item12=..\mockpp_25\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item13=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item14=..\mockpp_25\tests;\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item15=..;$(BCB)\include;X:\src\cppunit-1.8.0\include +Item16=\\SONNE\HOMES\src\mockpp_25\mockpp\mockpp_25\tests;..\..\mockpp;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include +Item17=..;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include +Item18=..\..\mockpp;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include +Item19=..\..\mockpp;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item20=.. ;..\mockpp_25\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item21=.. ;..\mockpp_25\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include +Item22=..\mockpp_25\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item23=..\mockpp_25\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item24=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item25=..\mockpp_25\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item26=..\mockpp_25\tests;..\mockpp;$(BCB)\include +Item27=..\mockpp_25\tests;..\mockpp;$(BCB)/include +Item28=..\mockpp_25\tests;..\mockpp +Item29=..\mockpp [HistoryLists\hlLibraryPath] Count=17 |
From: Ewald A. <ewa...@us...> - 2005-03-24 20:52:07
|
Update of /cvsroot/mockpp/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11678/mockpp Modified Files: ExpectationMap.h Log Message: fixed compiler warnings Index: ExpectationMap.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/ExpectationMap.h,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- ExpectationMap.h 26 Jan 2005 21:59:12 -0000 1.22 +++ ExpectationMap.h 24 Mar 2005 20:51:28 -0000 1.23 @@ -55,7 +55,7 @@ * @param parent parent verifiable */ ExpectationMap(const String &name, Verifiable *parent = 0) - : ExpectationSet<Key>(name, 0) + : ExpectationSet<Key>(name, parent) { } |
From: Ewald A. <ewa...@us...> - 2005-03-24 20:51:40
|
Update of /cvsroot/mockpp/mockpp/mockpp/stub In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11678/mockpp/stub Modified Files: TestFailureStub.h TypelessStub.h Log Message: fixed compiler warnings Index: TypelessStub.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/stub/TypelessStub.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- TypelessStub.h 11 Mar 2005 00:24:57 -0000 1.12 +++ TypelessStub.h 24 Mar 2005 20:51:30 -0000 1.13 @@ -139,6 +139,7 @@ */ virtual R invoke( const I &invocation ) { + MOCKPP_UNUSED(invocation); return this->stubber->typelessInvoke(); } }; @@ -169,6 +170,7 @@ */ virtual void invoke( const I &invocation ) { + MOCKPP_UNUSED(invocation); this->stubber->typelessInvoke(); } }; Index: TestFailureStub.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/stub/TestFailureStub.h,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- TestFailureStub.h 6 Jan 2005 13:09:23 -0000 1.19 +++ TestFailureStub.h 24 Mar 2005 20:51:30 -0000 1.20 @@ -66,6 +66,7 @@ */ virtual R invoke( const I &invocation ) { + MOCKPP_UNUSED(invocation); throw AssertionFailedError(__LINE__, __FILE__, errorMessage); } |
Update of /cvsroot/mockpp/mockpp/mockpp/matcher In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11678/mockpp/matcher Modified Files: AnyArgumentsMatcher.h InvokedAfterMatcher.h InvokedBeforeMatcher.h NoArgumentsMatcher.h StatelessInvocationMatcher.h TypelessMatcher.h Log Message: fixed compiler warnings Index: TypelessMatcher.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/matcher/TypelessMatcher.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- TypelessMatcher.h 22 Mar 2005 22:03:25 -0000 1.14 +++ TypelessMatcher.h 24 Mar 2005 20:51:30 -0000 1.15 @@ -106,6 +106,7 @@ */ virtual bool matches( const I &invocation ) { + MOCKPP_UNUSED(invocation); return matcher->matches(); } @@ -114,6 +115,7 @@ */ virtual void incInvoked( const I &invocation ) { + MOCKPP_UNUSED(invocation); matcher->incInvoked(); } Index: StatelessInvocationMatcher.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/matcher/StatelessInvocationMatcher.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- StatelessInvocationMatcher.h 5 Mar 2005 15:50:47 -0000 1.20 +++ StatelessInvocationMatcher.h 24 Mar 2005 20:51:30 -0000 1.21 @@ -57,6 +57,7 @@ */ virtual void incInvoked( const I &invocation ) { + MOCKPP_UNUSED(invocation); // Do nothing because state cannot change } Index: InvokedAfterMatcher.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/matcher/InvokedAfterMatcher.h,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- InvokedAfterMatcher.h 6 Jan 2005 13:09:23 -0000 1.19 +++ InvokedAfterMatcher.h 24 Mar 2005 20:51:30 -0000 1.20 @@ -69,6 +69,7 @@ */ virtual bool matches( const I &invocation ) { + MOCKPP_UNUSED(invocation); return priorCallRecorder->hasBeenInvoked(); } Index: InvokedBeforeMatcher.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/matcher/InvokedBeforeMatcher.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- InvokedBeforeMatcher.h 6 Jan 2005 13:09:23 -0000 1.9 +++ InvokedBeforeMatcher.h 24 Mar 2005 20:51:30 -0000 1.10 @@ -64,6 +64,7 @@ */ virtual bool matches( const I &invocation ) { + MOCKPP_UNUSED(invocation); return !subsequentCallRecorder->hasBeenInvoked(); } Index: AnyArgumentsMatcher.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/matcher/AnyArgumentsMatcher.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- AnyArgumentsMatcher.h 6 Jan 2005 13:09:23 -0000 1.14 +++ AnyArgumentsMatcher.h 24 Mar 2005 20:51:30 -0000 1.15 @@ -56,6 +56,7 @@ */ virtual bool matches( const I &invocation ) { + MOCKPP_UNUSED(invocation); return true; } Index: NoArgumentsMatcher.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/matcher/NoArgumentsMatcher.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- NoArgumentsMatcher.h 6 Jan 2005 13:09:23 -0000 1.14 +++ NoArgumentsMatcher.h 24 Mar 2005 20:51:30 -0000 1.15 @@ -58,6 +58,7 @@ */ virtual bool matches( const I &invocation ) { + MOCKPP_UNUSED(invocation); return I::numParams == 0; } |
From: Ewald A. <ewa...@us...> - 2005-03-24 20:51:39
|
Update of /cvsroot/mockpp/mockpp/mockpp/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11678/mockpp/examples Modified Files: Makefile.am Log Message: fixed compiler warnings Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/examples/Makefile.am,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Makefile.am 20 Mar 2005 15:10:22 -0000 1.12 +++ Makefile.am 24 Mar 2005 20:51:30 -0000 1.13 @@ -8,7 +8,7 @@ mock_greeter_SOURCES = mock_greeter.cpp -mock_greeter_LDADD = $(top_builddir)/mockpp/libmockpp.la $(LIBDL) $(LIBCPPUNIT) \ +mock_greeter_LDADD = $(top_builddir)/mockpp/libmockpp.la $(EA_EXTRA_LIB) $(LIBDL) $(LIBCPPUNIT) \ -lstdc++ -mock_greeter_LDFLAGS = -L/opt/intel_cc_80/lib $(all_libraries) +mock_greeter_LDFLAGS = -L/opt/intel_cc_80/lib |
From: Ewald A. <ewa...@us...> - 2005-03-24 20:51:39
|
Update of /cvsroot/mockpp/mockpp/mockpp/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11678/mockpp/util Modified Files: NotImplementedException.cpp Log Message: fixed compiler warnings Index: NotImplementedException.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/util/NotImplementedException.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- NotImplementedException.cpp 5 Mar 2005 14:53:41 -0000 1.15 +++ NotImplementedException.cpp 24 Mar 2005 20:51:31 -0000 1.16 @@ -51,3 +51,5 @@ + + |
From: Ewald A. <ewa...@us...> - 2005-03-24 20:51:39
|
Update of /cvsroot/mockpp/mockpp/mockpp/constraint In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11678/mockpp/constraint Modified Files: ConstraintList.h ConstraintSet.h TypelessConstraint.h Log Message: fixed compiler warnings Index: ConstraintList.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/constraint/ConstraintList.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ConstraintList.h 27 Feb 2005 18:06:47 -0000 1.1 +++ ConstraintList.h 24 Mar 2005 20:51:29 -0000 1.2 @@ -274,7 +274,7 @@ { String fmt = i18n(MOCKPP_PCHAR("%1 had different item sizes.\n") MOCKPP_PCHAR("Expected %2 items but received %3 when adding %4.")); - fmt << this->getVerifiableName() << constraints.size() << pos+1 << actualItem; + fmt << this->getVerifiableName() << constraints.size() << (pos+1) << actualItem; MOCKPP_ASSERT_TRUE_MESSAGE(fmt, constraints.size() > pos); Index: TypelessConstraint.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/constraint/TypelessConstraint.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- TypelessConstraint.h 22 Mar 2005 22:03:23 -0000 1.7 +++ TypelessConstraint.h 24 Mar 2005 20:51:29 -0000 1.8 @@ -101,6 +101,7 @@ */ virtual bool eval(const T& o) const { + MOCKPP_UNUSED(o); return constraint->typelessEval(); } Index: ConstraintSet.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/constraint/ConstraintSet.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- ConstraintSet.h 5 Mar 2005 15:50:47 -0000 1.13 +++ ConstraintSet.h 24 Mar 2005 20:51:29 -0000 1.14 @@ -54,6 +54,7 @@ template <typename I> // Invocation bool matches( const I & invocation ) { + MOCKPP_UNUSED(invocation); return true; } |
From: Ewald A. <ewa...@us...> - 2005-03-24 20:51:39
|
Update of /cvsroot/mockpp/mockpp/mockpp/chaining In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11678/mockpp/chaining Modified Files: Invocation.h Log Message: fixed compiler warnings Index: Invocation.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/Invocation.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Invocation.h 4 Mar 2005 23:35:55 -0000 1.12 +++ Invocation.h 24 Mar 2005 20:51:28 -0000 1.13 @@ -175,6 +175,7 @@ */ bool equals( const InvocationBase &other ) const { + MOCKPP_UNUSED(other); return false; } @@ -249,6 +250,7 @@ */ bool equals( const InvocationBase &other ) const { + MOCKPP_UNUSED(other); return false; } @@ -337,6 +339,7 @@ */ bool equals( const InvocationBase &other ) const { + MOCKPP_UNUSED(other); return false; } @@ -439,6 +442,7 @@ */ bool equals( const InvocationBase &other ) const { + MOCKPP_UNUSED(other); return false; } @@ -555,6 +559,7 @@ */ bool equals( const InvocationBase &other ) const { + MOCKPP_UNUSED(other); return false; } |
From: Ewald A. <ewa...@us...> - 2005-03-24 18:57:10
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5498 Modified Files: AUTHORS TODO Log Message: update Index: TODO =================================================================== RCS file: /cvsroot/mockpp/mockpp/TODO,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- TODO 11 Mar 2005 00:24:53 -0000 1.39 +++ TODO 24 Mar 2005 18:56:59 -0000 1.40 @@ -1,9 +1,11 @@ -reset() in ChainableMockObjects - DOC: ---- +I have the following getter method in an interface : +virtual const int& GetValue() const = 0; + + Problem Exception-Transformation?? VC partial templates: http://www.developer.com/net/csharp/article.php/2217451 Index: AUTHORS =================================================================== RCS file: /cvsroot/mockpp/mockpp/AUTHORS,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- AUTHORS 2 May 2003 21:02:55 -0000 1.4 +++ AUTHORS 24 Mar 2005 18:56:59 -0000 1.5 @@ -2,6 +2,7 @@ Ewald Arnold <mo...@ew...> FUKUDA, Fumiki (AKA episteme -- 'cuppa' project : http://www.unittest.org/) - Help to port to MSVC6, MSVC7 - + Help to port to MSVC6, MSVC7 (up to 1.1.16) + Mathieu Champlon <mat...@ma...> + Help to port to MSVC 7.1 (version 1.7 and later) |
From: Ewald A. <ewa...@us...> - 2005-03-24 18:54:32
|
Update of /cvsroot/mockpp/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3696/mockpp Modified Files: mockpp.h Log Message: suppress compiler warnings Index: mockpp.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/mockpp.h,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- mockpp.h 23 Mar 2005 21:13:58 -0000 1.45 +++ mockpp.h 24 Mar 2005 18:54:10 -0000 1.46 @@ -147,6 +147,12 @@ * for a whole project. */ +/** @def MOCKPP_UNUSED + * Simple macro to suppress warnings about unused variables. + */ + +#define MOCKPP_UNUSED(x) x + //! mockpp::Exception is derived from std::exception #define MOCKPP_USE_STD_EXCEPTION |
From: Ewald A. <ewa...@us...> - 2005-03-23 21:19:34
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16274/msvc71/mockpp/examples/tutorial Modified Files: basicmock.vcproj chainmock.vcproj cppunit.vcproj poormock.vcproj visitmock.vcproj Log Message: back to original paths Index: basicmock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/basicmock.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- basicmock.vcproj 22 Mar 2005 20:44:33 -0000 1.1 +++ basicmock.vcproj 23 Mar 2005 21:17:38 -0000 1.2 @@ -133,7 +133,7 @@ Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File - RelativePath="..\..\..\mockpp\examples\tutorial\basicmock.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\basicmock.cpp"> <FileConfiguration Name="Debug|Win32"> <Tool @@ -145,17 +145,17 @@ </FileConfiguration> </File> <File - RelativePath="..\..\..\mockpp\examples\tutorial\consumer.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp"> </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl"> <File - RelativePath="..\..\..\mockpp\examples\tutorial\consumer.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h"> </File> <File - RelativePath="..\..\..\mockpp\examples\tutorial\interface.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h"> </File> </Filter> </Files> Index: visitmock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/visitmock.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- visitmock.vcproj 22 Mar 2005 20:44:33 -0000 1.1 +++ visitmock.vcproj 23 Mar 2005 21:17:56 -0000 1.2 @@ -133,10 +133,10 @@ Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File - RelativePath="..\..\..\mockpp\examples\tutorial\consumer.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp"> </File> <File - RelativePath="..\..\..\mockpp\examples\tutorial\visitmock.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\visitmock.cpp"> <FileConfiguration Name="Debug|Win32"> <Tool @@ -152,10 +152,10 @@ Name="Header Files" Filter=""> <File - RelativePath="..\..\..\mockpp\examples\tutorial\consumer.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h"> </File> <File - RelativePath="..\..\..\mockpp\examples\tutorial\interface.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h"> </File> </Filter> </Files> Index: poormock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/poormock.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- poormock.vcproj 22 Mar 2005 20:44:33 -0000 1.1 +++ poormock.vcproj 23 Mar 2005 21:17:56 -0000 1.2 @@ -142,10 +142,10 @@ Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File - RelativePath="..\..\..\mockpp\examples\tutorial\consumer.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp"> </File> <File - RelativePath="..\..\..\mockpp\examples\tutorial\poormock-se.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\poormock-se.cpp"> <FileConfiguration Name="Debug|Win32" ExcludedFromBuild="TRUE"> @@ -160,7 +160,7 @@ </FileConfiguration> </File> <File - RelativePath="..\..\..\mockpp\examples\tutorial\poormock.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\poormock.cpp"> <FileConfiguration Name="Debug|Win32"> <Tool @@ -184,10 +184,10 @@ Name="Header Files" Filter="h;hpp;hxx;hm;inl"> <File - RelativePath="..\..\..\mockpp\examples\tutorial\consumer.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h"> </File> <File - RelativePath="..\..\..\mockpp\examples\tutorial\interface.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h"> </File> </Filter> </Files> Index: chainmock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/chainmock.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- chainmock.vcproj 22 Mar 2005 20:44:33 -0000 1.1 +++ chainmock.vcproj 23 Mar 2005 21:17:39 -0000 1.2 @@ -133,7 +133,7 @@ Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File - RelativePath="..\..\..\mockpp\examples\tutorial\chainmock.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\chainmock.cpp"> <FileConfiguration Name="Debug|Win32"> <Tool @@ -145,17 +145,17 @@ </FileConfiguration> </File> <File - RelativePath="..\..\..\mockpp\examples\tutorial\consumer.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp"> </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl"> <File - RelativePath="..\..\..\mockpp\examples\tutorial\consumer.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h"> </File> <File - RelativePath="..\..\..\mockpp\examples\tutorial\interface.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h"> </File> </Filter> </Files> Index: cppunit.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/cppunit.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- cppunit.vcproj 22 Mar 2005 20:44:33 -0000 1.1 +++ cppunit.vcproj 23 Mar 2005 21:17:43 -0000 1.2 @@ -142,7 +142,7 @@ Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File - RelativePath="..\..\..\mockpp\examples\tutorial\cppunit.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\cppunit.cpp"> <FileConfiguration Name="Debug|Win32"> <Tool @@ -166,7 +166,7 @@ Name="Header Files" Filter="h;hpp;hxx;hm;inl"> <File - RelativePath="..\..\..\mockpp\examples\tutorial\Calculator.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\Calculator.h"> </File> </Filter> </Files> |
From: Ewald A. <ewa...@us...> - 2005-03-23 21:18:40
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16274/msvc71/mockpp/tests Modified Files: mock_test.vcproj Log Message: back to original paths Index: mock_test.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/tests/mock_test.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mock_test.vcproj 22 Mar 2005 22:06:05 -0000 1.1 +++ mock_test.vcproj 23 Mar 2005 21:17:56 -0000 1.2 @@ -142,326 +142,326 @@ Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File - RelativePath="..\..\mockpp\tests\AbstractDynamicChainingMock_test.cpp"> + RelativePath="..\..\..\mockpp\tests\AbstractDynamicChainingMock_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\AbstractInvocationDispatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\AbstractInvocationDispatcher_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\And_test.cpp"> + RelativePath="..\..\..\mockpp\tests\And_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\AnyArgumentsMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\AnyArgumentsMatcher_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ArgumentsMatchBuilder_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ArgumentsMatchBuilder_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ArgumentsMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ArgumentsMatcher_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\Assert_test.cpp"> + RelativePath="..\..\..\mockpp\tests\Assert_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\AssertMo_test.cpp"> + RelativePath="..\..\..\mockpp\tests\AssertMo_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ChainableMockObject_1_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_1_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ChainableMockObject_1_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_1_void_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ChainableMockObject_2_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_2_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ChainableMockObject_2_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_2_void_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ChainableMockObject_3_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_3_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ChainableMockObject_3_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_3_void_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ChainableMockObject_4_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_4_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ChainableMockObject_4_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_4_void_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ChainableMockObject_5_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_5_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ChainableMockObject_5_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_5_void_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ChainableMockObject_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ChainableMockObject_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_void_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ChainingMockBuilder_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainingMockBuilder_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ChainingMockObjectSupport_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainingMockObjectSupport_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\classes_ABCDE.cpp"> + RelativePath="..\..\..\mockpp\tests\classes_ABCDE.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ConstraintList_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ConstraintList_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ConstraintSet_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ConstraintSet_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\CoreMock_test.cpp"> + RelativePath="..\..\..\mockpp\tests\CoreMock_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\CustomStub_test.cpp"> + RelativePath="..\..\..\mockpp\tests\CustomStub_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\DefaultResultStub_test.cpp"> + RelativePath="..\..\..\mockpp\tests\DefaultResultStub_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\DynamicChainingMockError_test.cpp"> + RelativePath="..\..\..\mockpp\tests\DynamicChainingMockError_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\Exception_test.cpp"> + RelativePath="..\..\..\mockpp\tests\Exception_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ExpectationBoundary_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ExpectationBoundary_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ExpectationConglomeration_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ExpectationConglomeration_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ExpectationCounter_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ExpectationCounter_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ExpectationCounterRange_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ExpectationCounterRange_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ExpectationList_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ExpectationList_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ExpectationMap_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ExpectationMap_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ExpectationSegment_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ExpectationSegment_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ExpectationSet_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ExpectationSet_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ExpectationValue_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ExpectationValue_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\FIFOInvocationDispatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\FIFOInvocationDispatcher_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\Formatter_test.cpp"> + RelativePath="..\..\..\mockpp\tests\Formatter_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\Invocation_test.cpp"> + RelativePath="..\..\..\mockpp\tests\Invocation_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\InvocationMocker_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvocationMocker_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\InvocationMockerBuilder_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvocationMockerBuilder_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\InvokeAtLeastMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvokeAtLeastMatcher_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\InvokeAtLeastOnceMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvokeAtLeastOnceMatcher_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\InvokeAtMostMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvokeAtMostMatcher_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\InvokeCountMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvokeCountMatcher_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\InvokedAfterMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvokedAfterMatcher_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\InvokedBeforeMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvokedBeforeMatcher_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\InvokedRecorder_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvokedRecorder_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\InvokeOnceMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvokeOnceMatcher_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\IsAnything_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsAnything_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\IsCloseTo_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsCloseTo_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\IsEqual_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsEqual_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\IsGreaterOrEqual_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsGreaterOrEqual_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\IsGreaterThan_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsGreaterThan_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\IsInstanceOf_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsInstanceOf_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\IsLessOrEqual_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsLessOrEqual_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\IsLessThan_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsLessThan_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\IsNot_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsNot_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\IsNothing_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsNothing_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\IsSame_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsSame_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\LIFOInvocationDispatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\LIFOInvocationDispatcher_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\MatchBuilder_test.cpp"> + RelativePath="..\..\..\mockpp\tests\MatchBuilder_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\MixedMockObject_5_test.cpp"> + RelativePath="..\..\..\mockpp\tests\MixedMockObject_5_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\mock_test.cpp"> + RelativePath="..\..\..\mockpp\tests\mock_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\MockObject_test.cpp"> + RelativePath="..\..\..\mockpp\tests\MockObject_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\mockpp_test.cpp"> + RelativePath="..\..\..\mockpp\tests\mockpp_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\NoArgumentsMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\NoArgumentsMatcher_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\Or_test.cpp"> + RelativePath="..\..\..\mockpp\tests\Or_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ReturnObjectList_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ReturnObjectList_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ReturnStub_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ReturnStub_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\StringContains_test.cpp"> + RelativePath="..\..\..\mockpp\tests\StringContains_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\StringEndsWith_test.cpp"> + RelativePath="..\..\..\mockpp\tests\StringEndsWith_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\StringStartsWith_test.cpp"> + RelativePath="..\..\..\mockpp\tests\StringStartsWith_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\StubBuilder_test.cpp"> + RelativePath="..\..\..\mockpp\tests\StubBuilder_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\StubSequence_test.cpp"> + RelativePath="..\..\..\mockpp\tests\StubSequence_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\TestFailureMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\TestFailureMatcher_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\TestFailureStub_test.cpp"> + RelativePath="..\..\..\mockpp\tests\TestFailureStub_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\Throwable_test.cpp"> + RelativePath="..\..\..\mockpp\tests\Throwable_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ThrowableList_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ThrowableList_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\ThrowStub_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ThrowStub_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\TrackingCounter_test.cpp"> + RelativePath="..\..\..\mockpp\tests\TrackingCounter_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\TypelessStubSequence_test.cpp"> + RelativePath="..\..\..\mockpp\tests\TypelessStubSequence_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\UnlimitedMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\UnlimitedMatcher_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\Verifiable_test.cpp"> + RelativePath="..\..\..\mockpp\tests\Verifiable_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\VerifyingTestCaller_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VerifyingTestCaller_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\VerifyingTestCase_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VerifyingTestCase_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\VisitableMockObject_1_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_1_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\VisitableMockObject_1_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_1_void_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\VisitableMockObject_2_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_2_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\VisitableMockObject_2_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_2_void_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\VisitableMockObject_3_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_3_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\VisitableMockObject_3_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_3_void_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\VisitableMockObject_4_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_4_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\VisitableMockObject_4_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_4_void_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\VisitableMockObject_5_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_5_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\VisitableMockObject_5_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_5_void_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\VisitableMockObject_template_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_template_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\VisitableMockObject_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\VisitableMockObject_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_void_test.cpp"> </File> <File - RelativePath="..\..\mockpp\tests\VoidStub_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VoidStub_test.cpp"> </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl"> <File - RelativePath="..\..\mockpp\tests\classes_ABCDE.h"> + RelativePath="..\..\..\mockpp\tests\classes_ABCDE.h"> </File> <File - RelativePath="..\..\mockpp\tests\MyBuilderNamespace.h"> + RelativePath="..\..\..\mockpp\tests\MyBuilderNamespace.h"> </File> <File - RelativePath="..\..\mockpp\tests\MyMatchBuilder.h"> + RelativePath="..\..\..\mockpp\tests\MyMatchBuilder.h"> </File> </Filter> </Files> |
From: Ewald A. <ewa...@us...> - 2005-03-23 21:18:20
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16274/msvc71/mockpp/examples Modified Files: examples.vcproj Log Message: back to original paths Index: examples.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/examples.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- examples.vcproj 22 Mar 2005 20:44:18 -0000 1.1 +++ examples.vcproj 23 Mar 2005 21:17:33 -0000 1.2 @@ -142,7 +142,7 @@ Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File - RelativePath="..\..\mockpp\examples\mock_greeter.cpp"> + RelativePath="..\..\..\mockpp\examples\mock_greeter.cpp"> <FileConfiguration Name="Debug|Win32"> <Tool |
From: Ewald A. <ewa...@us...> - 2005-03-23 21:18:16
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16274/msvc71/mockpp Modified Files: mockpp.vcproj Log Message: back to original paths Index: mockpp.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/mockpp.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mockpp.vcproj 22 Mar 2005 20:44:18 -0000 1.1 +++ mockpp.vcproj 23 Mar 2005 21:17:29 -0000 1.2 @@ -121,68 +121,68 @@ Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File - RelativePath="..\mockpp\ChainableMockObject.cpp"> + RelativePath="..\..\mockpp\ChainableMockObject.cpp"> </File> <File - RelativePath="..\mockpp\ExpectationCounter.cpp"> + RelativePath="..\..\mockpp\ExpectationCounter.cpp"> </File> <File - RelativePath="..\mockpp\MixedMockObject.cpp"> + RelativePath="..\..\mockpp\MixedMockObject.cpp"> </File> <File - RelativePath="..\mockpp\MockObject.cpp"> + RelativePath="..\..\mockpp\MockObject.cpp"> </File> <File - RelativePath="..\mockpp\mockpp.cpp"> + RelativePath="..\..\mockpp\mockpp.cpp"> </File> <File - RelativePath="..\mockpp\SelfDescribing.cpp"> + RelativePath="..\..\mockpp\SelfDescribing.cpp"> </File> <File - RelativePath="..\mockpp\Throwable.cpp"> + RelativePath="..\..\mockpp\Throwable.cpp"> </File> <File - RelativePath="..\mockpp\ThrowableList.cpp"> + RelativePath="..\..\mockpp\ThrowableList.cpp"> </File> <File - RelativePath="..\mockpp\TrackingCounter.cpp"> + RelativePath="..\..\mockpp\TrackingCounter.cpp"> </File> <File - RelativePath="..\mockpp\Verifiable.cpp"> + RelativePath="..\..\mockpp\Verifiable.cpp"> </File> <File - RelativePath="..\mockpp\VerifiableList.cpp"> + RelativePath="..\..\mockpp\VerifiableList.cpp"> </File> <File - RelativePath="..\mockpp\VerifyingTestCaller.cpp"> + RelativePath="..\..\mockpp\VerifyingTestCaller.cpp"> </File> <File - RelativePath="..\mockpp\VerifyingTestCase.cpp"> + RelativePath="..\..\mockpp\VerifyingTestCase.cpp"> </File> <File - RelativePath="..\mockpp\VisitableMockObject.cpp"> + RelativePath="..\..\mockpp\VisitableMockObject.cpp"> </File> <Filter Name="compat" Filter="cpp"> <File - RelativePath="..\mockpp\compat\Assert.cpp"> + RelativePath="..\..\mockpp\compat\Assert.cpp"> </File> <File - RelativePath="..\mockpp\compat\AssertionFailedError.cpp"> + RelativePath="..\..\mockpp\compat\AssertionFailedError.cpp"> </File> <File - RelativePath="..\mockpp\compat\Exception.cpp"> + RelativePath="..\..\mockpp\compat\Exception.cpp"> </File> <File - RelativePath="..\mockpp\compat\Formatter.cpp"> + RelativePath="..\..\mockpp\compat\Formatter.cpp"> </File> </Filter> <Filter Name="util" Filter="cpp"> <File - RelativePath="..\mockpp\util\AssertMo.cpp"> + RelativePath="..\..\mockpp\util\AssertMo.cpp"> <FileConfiguration Name="Debug|Win32"> <Tool @@ -202,7 +202,7 @@ </FileConfiguration> </File> <File - RelativePath="..\mockpp\util\NotImplementedException.cpp"> + RelativePath="..\..\mockpp\util\NotImplementedException.cpp"> <FileConfiguration Name="Debug|Win32"> <Tool @@ -226,74 +226,74 @@ Name="chaining" Filter="cpp"> <File - RelativePath="..\mockpp\chaining\ChainingMockObjectSupport.cpp"> + RelativePath="..\..\mockpp\chaining\ChainingMockObjectSupport.cpp"> </File> <File - RelativePath="..\mockpp\chaining\Invocation.cpp"> + RelativePath="..\..\mockpp\chaining\Invocation.cpp"> </File> </Filter> <Filter Name="constraint" Filter=""> <File - RelativePath="..\mockpp\constraint\ConstraintSet.cpp"> + RelativePath="..\..\mockpp\constraint\ConstraintSet.cpp"> </File> <File - RelativePath="..\mockpp\constraint\IsAnything.cpp"> + RelativePath="..\..\mockpp\constraint\IsAnything.cpp"> </File> <File - RelativePath="..\mockpp\constraint\IsNothing.cpp"> + RelativePath="..\..\mockpp\constraint\IsNothing.cpp"> </File> <File - RelativePath="..\mockpp\constraint\TypelessConstraint.cpp"> + RelativePath="..\..\mockpp\constraint\TypelessConstraint.cpp"> </File> </Filter> <Filter Name="builder" Filter=""> <File - RelativePath="..\mockpp\builder\BuilderNamespace.cpp"> + RelativePath="..\..\mockpp\builder\BuilderNamespace.cpp"> </File> <File - RelativePath="..\mockpp\builder\IdentityBuilder.cpp"> + RelativePath="..\..\mockpp\builder\IdentityBuilder.cpp"> </File> </Filter> <Filter Name="matcher" Filter=""> <File - RelativePath="..\mockpp\matcher\InvokeAtLeastMatcher.cpp"> + RelativePath="..\..\mockpp\matcher\InvokeAtLeastMatcher.cpp"> </File> <File - RelativePath="..\mockpp\matcher\InvokeAtLeastOnceMatcher.cpp"> + RelativePath="..\..\mockpp\matcher\InvokeAtLeastOnceMatcher.cpp"> </File> <File - RelativePath="..\mockpp\matcher\InvokeAtMostMatcher.cpp"> + RelativePath="..\..\mockpp\matcher\InvokeAtMostMatcher.cpp"> </File> <File - RelativePath="..\mockpp\matcher\InvokeCountMatcher.cpp"> + RelativePath="..\..\mockpp\matcher\InvokeCountMatcher.cpp"> </File> <File - RelativePath="..\mockpp\matcher\InvokedRecorder.cpp"> + RelativePath="..\..\mockpp\matcher\InvokedRecorder.cpp"> </File> <File - RelativePath="..\mockpp\matcher\InvokeOnceMatcher.cpp"> + RelativePath="..\..\mockpp\matcher\InvokeOnceMatcher.cpp"> </File> <File - RelativePath="..\mockpp\matcher\TestFailureMatcher.cpp"> + RelativePath="..\..\mockpp\matcher\TestFailureMatcher.cpp"> </File> <File - RelativePath="..\mockpp\matcher\TypelessMatcher.cpp"> + RelativePath="..\..\mockpp\matcher\TypelessMatcher.cpp"> </File> <File - RelativePath="..\mockpp\matcher\UnlimitedMatcher.cpp"> + RelativePath="..\..\mockpp\matcher\UnlimitedMatcher.cpp"> </File> </Filter> <Filter Name="stub" Filter=""> <File - RelativePath="..\mockpp\stub\VoidStub.cpp"> + RelativePath="..\..\mockpp\stub\VoidStub.cpp"> </File> </Filter> </Filter> @@ -301,358 +301,358 @@ Name="Header Files" Filter="h;hpp;hxx;hm;inl"> <File - RelativePath="..\mockpp\AbstractExpectation.h"> + RelativePath="..\..\mockpp\AbstractExpectation.h"> </File> <File - RelativePath="..\mockpp\AbstractExpectationCollection.h"> + RelativePath="..\..\mockpp\AbstractExpectationCollection.h"> </File> <File - RelativePath="..\mockpp\chainable-template.h"> + RelativePath="..\..\mockpp\chainable-template.h"> </File> <File - RelativePath="..\mockpp\ChainableMockObject.h"> + RelativePath="..\..\mockpp\ChainableMockObject.h"> </File> <File - RelativePath="..\mockpp\Expectation.h"> + RelativePath="..\..\mockpp\Expectation.h"> </File> <File - RelativePath="..\mockpp\ExpectationBoundary.h"> + RelativePath="..\..\mockpp\ExpectationBoundary.h"> </File> <File - RelativePath="..\mockpp\ExpectationConglomeration.h"> + RelativePath="..\..\mockpp\ExpectationConglomeration.h"> </File> <File - RelativePath="..\mockpp\ExpectationCounter.h"> + RelativePath="..\..\mockpp\ExpectationCounter.h"> </File> <File - RelativePath="..\mockpp\ExpectationList.h"> + RelativePath="..\..\mockpp\ExpectationList.h"> </File> <File - RelativePath="..\mockpp\ExpectationMap.h"> + RelativePath="..\..\mockpp\ExpectationMap.h"> </File> <File - RelativePath="..\mockpp\ExpectationSegment.h"> + RelativePath="..\..\mockpp\ExpectationSegment.h"> </File> <File - RelativePath="..\mockpp\ExpectationSet.h"> + RelativePath="..\..\mockpp\ExpectationSet.h"> </File> <File - RelativePath="..\mockpp\ExpectationValue.h"> + RelativePath="..\..\mockpp\ExpectationValue.h"> </File> <File - RelativePath="..\mockpp\MixedMockObject.h"> + RelativePath="..\..\mockpp\MixedMockObject.h"> </File> <File - RelativePath="..\mockpp\MockObject.h"> + RelativePath="..\..\mockpp\MockObject.h"> </File> <File - RelativePath="..\mockpp\mockpp.h"> + RelativePath="..\..\mockpp\mockpp.h"> </File> <File - RelativePath="..\mockpp\mockpp_config-msvc.h"> + RelativePath="..\..\mockpp\mockpp_config-msvc.h"> </File> <File - RelativePath="..\mockpp\mockpp_config.h"> + RelativePath="..\..\mockpp\mockpp_config.h"> </File> <File - RelativePath="..\mockpp\ReturnObjectList.h"> + RelativePath="..\..\mockpp\ReturnObjectList.h"> </File> <File - RelativePath="..\mockpp\SelfDescribing.h"> + RelativePath="..\..\mockpp\SelfDescribing.h"> </File> <File - RelativePath="..\mockpp\Throwable.h"> + RelativePath="..\..\mockpp\Throwable.h"> </File> <File - RelativePath="..\mockpp\ThrowableList.h"> + RelativePath="..\..\mockpp\ThrowableList.h"> </File> <File - RelativePath="..\mockpp\TrackingCounter.h"> + RelativePath="..\..\mockpp\TrackingCounter.h"> </File> <File - RelativePath="..\mockpp\Verifiable.h"> + RelativePath="..\..\mockpp\Verifiable.h"> </File> <File - RelativePath="..\mockpp\VerifiableList.h"> + RelativePath="..\..\mockpp\VerifiableList.h"> </File> <File - RelativePath="..\mockpp\VerifyingTestCaller.h"> + RelativePath="..\..\mockpp\VerifyingTestCaller.h"> </File> <File - RelativePath="..\mockpp\VerifyingTestCase.h"> + RelativePath="..\..\mockpp\VerifyingTestCase.h"> </File> <File - RelativePath="..\mockpp\visitable-template.h"> + RelativePath="..\..\mockpp\visitable-template.h"> </File> <File - RelativePath="..\mockpp\VisitableMockObject.h"> + RelativePath="..\..\mockpp\VisitableMockObject.h"> </File> <File - RelativePath="..\mockpp\VisitableMockObject_macro.h"> + RelativePath="..\..\mockpp\VisitableMockObject_macro.h"> </File> <File - RelativePath="..\mockpp\VisitableMockObject_template.h"> + RelativePath="..\..\mockpp\VisitableMockObject_template.h"> </File> <Filter Name="compat" Filter="h"> <File - RelativePath="..\mockpp\compat\Assert.h"> + RelativePath="..\..\mockpp\compat\Assert.h"> </File> <File - RelativePath="..\mockpp\compat\AssertionFailedError.h"> + RelativePath="..\..\mockpp\compat\AssertionFailedError.h"> </File> <File - RelativePath="..\mockpp\compat\Exception.h"> + RelativePath="..\..\mockpp\compat\Exception.h"> </File> <File - RelativePath="..\mockpp\compat\Formatter.h"> + RelativePath="..\..\mockpp\compat\Formatter.h"> </File> </Filter> <Filter Name="util" Filter="h"> <File - RelativePath="..\mockpp\util\AssertMo.h"> + RelativePath="..\..\mockpp\util\AssertMo.h"> </File> <File - RelativePath="..\mockpp\util\AutoPointer.h"> + RelativePath="..\..\mockpp\util\AutoPointer.h"> </File> <File - RelativePath="..\mockpp\util\NotImplementedException.h"> + RelativePath="..\..\mockpp\util\NotImplementedException.h"> </File> </Filter> <Filter Name="chaining" Filter="h"> <File - RelativePath="..\mockpp\chaining\AbstractDynamicChainingMock.h"> + RelativePath="..\..\mockpp\chaining\AbstractDynamicChainingMock.h"> </File> <File - RelativePath="..\mockpp\chaining\AbstractInvocationDispatcher.h"> + RelativePath="..\..\mockpp\chaining\AbstractInvocationDispatcher.h"> </File> <File - RelativePath="..\mockpp\chaining\ChainableMockObject_macro.h"> + RelativePath="..\..\mockpp\chaining\ChainableMockObject_macro.h"> </File> <File - RelativePath="..\mockpp\chaining\ChainingMockBuilder.h"> + RelativePath="..\..\mockpp\chaining\ChainingMockBuilder.h"> </File> <File - RelativePath="..\mockpp\chaining\ChainingMockObjectSupport.h"> + RelativePath="..\..\mockpp\chaining\ChainingMockObjectSupport.h"> </File> <File - RelativePath="..\mockpp\chaining\CoreMock.h"> + RelativePath="..\..\mockpp\chaining\CoreMock.h"> </File> <File - RelativePath="..\mockpp\chaining\DynamicChainingMock.h"> + RelativePath="..\..\mockpp\chaining\DynamicChainingMock.h"> </File> <File - RelativePath="..\mockpp\chaining\DynamicChainingMockError.h"> + RelativePath="..\..\mockpp\chaining\DynamicChainingMockError.h"> </File> <File - RelativePath="..\mockpp\chaining\FIFOInvocationDispatcher.h"> + RelativePath="..\..\mockpp\chaining\FIFOInvocationDispatcher.h"> </File> <File - RelativePath="..\mockpp\chaining\Invocation.h"> + RelativePath="..\..\mockpp\chaining\Invocation.h"> </File> <File - RelativePath="..\mockpp\chaining\InvocationDispatcher.h"> + RelativePath="..\..\mockpp\chaining\InvocationDispatcher.h"> </File> <File - RelativePath="..\mockpp\chaining\InvocationMocker.h"> + RelativePath="..\..\mockpp\chaining\InvocationMocker.h"> </File> <File - RelativePath="..\mockpp\chaining\Invokable.h"> + RelativePath="..\..\mockpp\chaining\Invokable.h"> </File> <File - RelativePath="..\mockpp\chaining\LIFOInvocationDispatcher.h"> + RelativePath="..\..\mockpp\chaining\LIFOInvocationDispatcher.h"> </File> <File - RelativePath="..\mockpp\chaining\mockpp_pti.h"> + RelativePath="..\..\mockpp\chaining\mockpp_pti.h"> </File> <File - RelativePath="..\mockpp\chaining\StubMatchersCollection.h"> + RelativePath="..\..\mockpp\chaining\StubMatchersCollection.h"> </File> </Filter> <Filter Name="builder" Filter="h"> <File - RelativePath="..\mockpp\builder\ArgumentsMatchBuilder.h"> + RelativePath="..\..\mockpp\builder\ArgumentsMatchBuilder.h"> </File> <File - RelativePath="..\mockpp\builder\BuilderNamespace.h"> + RelativePath="..\..\mockpp\builder\BuilderNamespace.h"> </File> <File - RelativePath="..\mockpp\builder\IdentityBuilder.h"> + RelativePath="..\..\mockpp\builder\IdentityBuilder.h"> </File> <File - RelativePath="..\mockpp\builder\InvocationMockerBuilder.h"> + RelativePath="..\..\mockpp\builder\InvocationMockerBuilder.h"> </File> <File - RelativePath="..\mockpp\builder\MatchBuilder.h"> + RelativePath="..\..\mockpp\builder\MatchBuilder.h"> </File> <File - RelativePath="..\mockpp\builder\StubBuilder.h"> + RelativePath="..\..\mockpp\builder\StubBuilder.h"> </File> </Filter> <Filter Name="stub" Filter="h"> <File - RelativePath="..\mockpp\stub\CustomStub.h"> + RelativePath="..\..\mockpp\stub\CustomStub.h"> </File> <File - RelativePath="..\mockpp\stub\DefaultResultStub.h"> + RelativePath="..\..\mockpp\stub\DefaultResultStub.h"> </File> <File - RelativePath="..\mockpp\stub\ReturnStub.h"> + RelativePath="..\..\mockpp\stub\ReturnStub.h"> </File> <File - RelativePath="..\mockpp\stub\Stub.h"> + RelativePath="..\..\mockpp\stub\Stub.h"> </File> <File - RelativePath="..\mockpp\stub\StubHolder.h"> + RelativePath="..\..\mockpp\stub\StubHolder.h"> </File> <File - RelativePath="..\mockpp\stub\StubSequence.h"> + RelativePath="..\..\mockpp\stub\StubSequence.h"> </File> <File - RelativePath="..\mockpp\stub\TestFailureStub.h"> + RelativePath="..\..\mockpp\stub\TestFailureStub.h"> </File> <File - RelativePath="..\mockpp\stub\ThrowStub.h"> + RelativePath="..\..\mockpp\stub\ThrowStub.h"> </File> <File - RelativePath="..\mockpp\stub\TypelessStub.h"> + RelativePath="..\..\mockpp\stub\TypelessStub.h"> </File> <File - RelativePath="..\mockpp\stub\TypelessStubSequence.h"> + RelativePath="..\..\mockpp\stub\TypelessStubSequence.h"> </File> <File - RelativePath="..\mockpp\stub\VoidStub.h"> + RelativePath="..\..\mockpp\stub\VoidStub.h"> </File> </Filter> <Filter Name="matcher" Filter="h"> <File - RelativePath="..\mockpp\matcher\AnyArgumentsMatcher.h"> + RelativePath="..\..\mockpp\matcher\AnyArgumentsMatcher.h"> </File> <File - RelativePath="..\mockpp\matcher\ArgumentsMatcher.h"> + RelativePath="..\..\mockpp\matcher\ArgumentsMatcher.h"> </File> <File - RelativePath="..\mockpp\matcher\InvocationMatcher.h"> + RelativePath="..\..\mockpp\matcher\InvocationMatcher.h"> </File> <File - RelativePath="..\mockpp\matcher\InvokeAtLeastMatcher.h"> + RelativePath="..\..\mockpp\matcher\InvokeAtLeastMatcher.h"> </File> <File - RelativePath="..\mockpp\matcher\InvokeAtLeastOnceMatcher.h"> + RelativePath="..\..\mockpp\matcher\InvokeAtLeastOnceMatcher.h"> </File> <File - RelativePath="..\mockpp\matcher\InvokeAtMostMatcher.h"> + RelativePath="..\..\mockpp\matcher\InvokeAtMostMatcher.h"> </File> <File - RelativePath="..\mockpp\matcher\InvokeCountMatcher.h"> + RelativePath="..\..\mockpp\matcher\InvokeCountMatcher.h"> </File> <File - RelativePath="..\mockpp\matcher\InvokedAfterMatcher.h"> + RelativePath="..\..\mockpp\matcher\InvokedAfterMatcher.h"> </File> <File - RelativePath="..\mockpp\matcher\InvokedBeforeMatcher.h"> + RelativePath="..\..\mockpp\matcher\InvokedBeforeMatcher.h"> </File> <File - RelativePath="..\mockpp\matcher\InvokedRecorder.h"> + RelativePath="..\..\mockpp\matcher\InvokedRecorder.h"> </File> <File - RelativePath="..\mockpp\matcher\InvokeOnceMatcher.h"> + RelativePath="..\..\mockpp\matcher\InvokeOnceMatcher.h"> </File> <File - RelativePath="..\mockpp\matcher\MatcherHolder.h"> + RelativePath="..\..\mockpp\matcher\MatcherHolder.h"> </File> <File - RelativePath="..\mockpp\matcher\NoArgumentsMatcher.h"> + RelativePath="..\..\mockpp\matcher\NoArgumentsMatcher.h"> </File> <File - RelativePath="..\mockpp\matcher\StatelessInvocationMatcher.h"> + RelativePath="..\..\mockpp\matcher\StatelessInvocationMatcher.h"> </File> <File - RelativePath="..\mockpp\matcher\TestFailureMatcher.h"> + RelativePath="..\..\mockpp\matcher\TestFailureMatcher.h"> </File> <File - RelativePath="..\mockpp\matcher\TypelessMatcher.h"> + RelativePath="..\..\mockpp\matcher\TypelessMatcher.h"> </File> <File - RelativePath="..\mockpp\matcher\UnlimitedMatcher.h"> + RelativePath="..\..\mockpp\matcher\UnlimitedMatcher.h"> </File> </Filter> <Filter Name="constraint" Filter="h"> <File - RelativePath="..\mockpp\constraint\And.h"> + RelativePath="..\..\mockpp\constraint\And.h"> </File> <File - RelativePath="..\mockpp\constraint\Constraint.h"> + RelativePath="..\..\mockpp\constraint\Constraint.h"> </File> <File - RelativePath="..\mockpp\constraint\ConstraintHolder.h"> + RelativePath="..\..\mockpp\constraint\ConstraintHolder.h"> </File> <File - RelativePath="..\mockpp\constraint\ConstraintList.h"> + RelativePath="..\..\mockpp\constraint\ConstraintList.h"> </File> <File - RelativePath="..\mockpp\constraint\ConstraintSet.h"> + RelativePath="..\..\mockpp\constraint\ConstraintSet.h"> </File> <File - RelativePath="..\mockpp\constraint\IsAnything.h"> + RelativePath="..\..\mockpp\constraint\IsAnything.h"> </File> <File - RelativePath="..\mockpp\constraint\IsCloseTo.h"> + RelativePath="..\..\mockpp\constraint\IsCloseTo.h"> </File> <File - RelativePath="..\mockpp\constraint\IsEqual.h"> + RelativePath="..\..\mockpp\constraint\IsEqual.h"> </File> <File - RelativePath="..\mockpp\constraint\IsGreaterOrEqual.h"> + RelativePath="..\..\mockpp\constraint\IsGreaterOrEqual.h"> </File> <File - RelativePath="..\mockpp\constraint\IsGreaterThan.h"> + RelativePath="..\..\mockpp\constraint\IsGreaterThan.h"> </File> <File - RelativePath="..\mockpp\constraint\IsInstanceOf.h"> + RelativePath="..\..\mockpp\constraint\IsInstanceOf.h"> </File> <File - RelativePath="..\mockpp\constraint\IsLessOrEqual.h"> + RelativePath="..\..\mockpp\constraint\IsLessOrEqual.h"> </File> <File - RelativePath="..\mockpp\constraint\IsLessThan.h"> + RelativePath="..\..\mockpp\constraint\IsLessThan.h"> </File> <File - RelativePath="..\mockpp\constraint\IsNot.h"> + RelativePath="..\..\mockpp\constraint\IsNot.h"> </File> <File - RelativePath="..\mockpp\constraint\IsNothing.h"> + RelativePath="..\..\mockpp\constraint\IsNothing.h"> </File> <File - RelativePath="..\mockpp\constraint\IsSame.h"> + RelativePath="..\..\mockpp\constraint\IsSame.h"> </File> <File - RelativePath="..\mockpp\constraint\Or.h"> + RelativePath="..\..\mockpp\constraint\Or.h"> </File> <File - RelativePath="..\mockpp\constraint\StringContains.h"> + RelativePath="..\..\mockpp\constraint\StringContains.h"> </File> <File - RelativePath="..\mockpp\constraint\StringEndsWith.h"> + RelativePath="..\..\mockpp\constraint\StringEndsWith.h"> </File> <File - RelativePath="..\mockpp\constraint\StringStartsWith.h"> + RelativePath="..\..\mockpp\constraint\StringStartsWith.h"> </File> <File - RelativePath="..\mockpp\constraint\TypelessConstraint.h"> + RelativePath="..\..\mockpp\constraint\TypelessConstraint.h"> </File> </Filter> </Filter> |
From: Ewald A. <ewa...@us...> - 2005-03-23 21:14:19
|
Update of /cvsroot/mockpp/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14807/mockpp Modified Files: mockpp.h Log Message: verion number for msvc 7.1 Index: mockpp.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/mockpp.h,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- mockpp.h 22 Mar 2005 22:03:21 -0000 1.44 +++ mockpp.h 23 Mar 2005 21:13:58 -0000 1.45 @@ -93,7 +93,7 @@ # pragma warning (disable:4100) # endif // _MSC_VER -#if defined(_MSC_VER) && (_MSC_VER < 1400) +#if defined(_MSC_VER) && (_MSC_VER < 1300) # include <mockpp/mockpp_config-msvc_60_70.h> #elif defined(_MSC_VER) # include <mockpp/mockpp_config-msvc_71.h> |