[Mockpp-commits] mockpp/bcb5 mock_test.bpf,1.45,1.46 mock_test.bpr,1.48,1.49 mock_test_win32.bpf,1.5
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2006-01-09 20:15:16
|
Update of /cvsroot/mockpp/mockpp/bcb5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28664/bcb5 Modified Files: mock_test.bpf mock_test.bpr mock_test_win32.bpf mock_test_win32.bpr Log Message: fixes bcb5/msvc Index: mock_test_win32.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mock_test_win32.bpr,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- mock_test_win32.bpr 4 Jan 2006 19:56:21 -0000 1.5 +++ mock_test_win32.bpr 9 Jan 2006 20:15:07 -0000 1.6 @@ -140,7 +140,7 @@ <USERDEFINES value="__DLL___"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="mock_test_win32.bpf"/> - <INCLUDEPATH value="..\tests;..\mockpp\tests;..;$(BCB)\include;..\3party;..\3party\cxxtest;"g:\data\src\cppunit-1.10.2\include\""/> + <INCLUDEPATH value="\\192.168.2.1\ewald\Documents\src\mockpp\mockpp\mockpp\tests;..\tests;..\mockpp\tests;..;$(BCB)\include;..\3party;..\3party\cxxtest;"g:\data\src\cppunit-1.10.2\include\""/> <LIBPATH value="..\tests;h:\temp\;\\192.168.2.1\ewald\Documents\src\mockpp\mockpp\mockpp\tests;..\mockpp\tests;..\mockpp_34\tests;$(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"/> Index: mock_test.bpf =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mock_test.bpf,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- mock_test.bpf 9 Jan 2006 09:38:50 -0000 1.45 +++ mock_test.bpf 9 Jan 2006 20:15:07 -0000 1.46 @@ -121,76 +121,4 @@ USEUNIT("..\mockpp\tests\UnlimitedMatcher_test.cpp"); USEUNIT("..\mockpp\tests\VerifyingTestCaller_test.cpp"); USEUNIT("..\mockpp\tests\VoidStub_test.cpp"); -USEUNIT("..\mockpp\tests\AbstractInvocationDispatcher_test.cpp"); -USEUNIT("..\mockpp\tests\ChainingMockBuilder_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_void_test.cpp"); -USEUNIT("..\mockpp\tests\And_test.cpp"); -USEUNIT("..\mockpp\tests\IsAnything_test.cpp"); -USEUNIT("..\mockpp\tests\IsCloseTo_test.cpp"); -USEUNIT("..\mockpp\tests\IsEqual_test.cpp"); -USEUNIT("..\mockpp\tests\IsGreaterOrEqual_test.cpp"); -USEUNIT("..\mockpp\tests\IsGreaterThan_test.cpp"); -USEUNIT("..\mockpp\tests\IsInstanceOf_test.cpp"); -USEUNIT("..\mockpp\tests\IsLessOrEqual_test.cpp"); -USEUNIT("..\mockpp\tests\IsLessThan_test.cpp"); -USEUNIT("..\mockpp\tests\IsNot_test.cpp"); -USEUNIT("..\mockpp\tests\IsNothing_test.cpp"); -USEUNIT("..\mockpp\tests\IsSame_test.cpp"); -USEUNIT("..\mockpp\tests\Or_test.cpp"); -USEUNIT("..\mockpp\tests\ReturnStub_test.cpp"); -USEUNIT("..\mockpp\tests\StringContains_test.cpp"); -USEUNIT("..\mockpp\tests\StringStartsWith_test.cpp"); -USEUNIT("..\mockpp\tests\StringEndsWith_test.cpp"); -USEUNIT("..\mockpp\tests\StubSequence_test.cpp"); -USEUNIT("..\mockpp\tests\TestFailureStub_test.cpp"); -USEUNIT("..\mockpp\tests\ThrowStub_test.cpp"); -USEUNIT("..\mockpp\tests\VoidStub_test.cpp"); -USEUNIT("..\mockpp\tests\CustomStub_test.cpp"); -USEUNIT("..\mockpp\tests\DefaultResultStub_test.cpp"); -USEUNIT("..\mockpp\tests\mock_test.cpp"); -USEUNIT("..\mockpp\tests\Invocation_test.cpp"); -USEUNIT("..\mockpp\tests\AnyArgumentsMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\InvokedRecorder_test.cpp"); -USEUNIT("..\mockpp\tests\InvokeAtLeastOnceMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\UnlimitedMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\InvokeOnceMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\InvokeCountMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\InvokedAfterMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\TestFailureMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\NoArgumentsMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\ArgumentsMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\ConstraintSet_test.cpp"); -USEUNIT("..\mockpp\tests\ConstraintList_test.cpp"); -USEUNIT("..\mockpp\tests\ArgumentsMatchBuilder_test.cpp"); -USEUNIT("..\mockpp\tests\InvocationMockerBuilder_test.cpp"); -USEUNIT("..\mockpp\tests\AbstractDynamicChainingMock_test.cpp"); -USEUNIT("..\mockpp\tests\CoreMock_test.cpp"); -USEUNIT("..\mockpp\tests\DynamicChainingMockError_test.cpp"); -USEUNIT("..\mockpp\tests\FIFOInvocationDispatcher_test.cpp"); -USEUNIT("..\mockpp\tests\InvocationMocker_test.cpp"); -USEUNIT("..\mockpp\tests\LIFOInvocationDispatcher_test.cpp"); -USEUNIT("..\mockpp\tests\InvokeAtMostMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\InvokedBeforeMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_1_void_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_2_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_2_void_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_3_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_3_void_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_4_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_4_void_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_5_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_5_void_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObjectPolymorphism_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_1_test.cpp"); -USEUNIT("..\mockpp\tests\MatchBuilder_test.cpp"); -USEUNIT("..\mockpp\tests\MockObject_test.cpp"); -USEUNIT("..\mockpp\tests\StubBuilder_test.cpp"); -USEUNIT("..\mockpp\tests\TypelessStubSequence_test.cpp"); -USEUNIT("..\mockpp\tests\ChainingMockObjectSupport_test.cpp"); -USEUNIT("..\mockpp\tests\mockpp_pti_test.cpp"); -USEUNIT("..\mockpp\tests\OutBound_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockMethod_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockMethod_1_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockMethod_2_test.cpp"); Index: mock_test_win32.bpf =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mock_test_win32.bpf,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- mock_test_win32.bpf 4 Jan 2006 19:56:21 -0000 1.5 +++ mock_test_win32.bpf 9 Jan 2006 20:15:07 -0000 1.6 @@ -5,7 +5,6 @@ USELIB("c:\tmp\compile\mockpp_34.lib"); USELIB("c:\tmp\compile\mockpp_production_34.lib"); USELIB("c:\tmp\compile\mockpp_cxxtest_34.lib"); -//--------------------------------------------------------------------------- USEUNIT("..\mockpp\tests\AssertMo_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationCounter_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationCounterRange_test.cpp"); @@ -121,4 +120,5 @@ USEUNIT("..\mockpp\tests\UnlimitedMatcher_test.cpp"); USEUNIT("..\mockpp\tests\VerifyingTestCaller_test.cpp"); USEUNIT("..\mockpp\tests\VoidStub_test.cpp"); +//--------------------------------------------------------------------------- Index: mock_test.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mock_test.bpr,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- mock_test.bpr 2 Jan 2006 20:24:56 -0000 1.48 +++ mock_test.bpr 9 Jan 2006 20:15:07 -0000 1.49 @@ -140,8 +140,8 @@ <USERDEFINES value="__DLL___"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="mock_test.bpf"/> - <INCLUDEPATH value="..\tests;..\mockpp\tests;$(BCB)\include;..\3party;..\3party\cxxtest;..;"g:\data\src\cppunit-1.10.2\include\""/> - <LIBPATH value="..\tests;..\mockpp\tests;$(BCB)\lib\obj;$(BCB)\lib"/> + <INCLUDEPATH value="\\192.168.2.1\ewald\Documents\src\mockpp\mockpp\mockpp\tests;..\tests;..\mockpp\tests;$(BCB)\include;..\3party;..\3party\cxxtest;..;"g:\data\src\cppunit-1.10.2\include\""/> + <LIBPATH value="\\192.168.2.1\ewald\Documents\src\mockpp\mockpp\mockpp\tests;..\tests;..\mockpp\tests;$(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> |