[Mockpp-commits] mockpp/bcb5 mockpp.bpf,1.28,1.29
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-12-10 20:24:24
|
Update of /cvsroot/mockpp/mockpp/bcb5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10831/bcb5 Modified Files: mockpp.bpf Log Message: restructuring and cleanup Index: mockpp.bpf =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mockpp.bpf,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- mockpp.bpf 8 Dec 2005 17:29:48 -0000 1.28 +++ mockpp.bpf 10 Dec 2005 20:24:17 -0000 1.29 @@ -12,16 +12,17 @@ USEUNIT("..\mockpp\ThrowableList.cpp"); USEUNIT("..\mockpp\Verifiable.cpp"); USEUNIT("..\mockpp\VerifiableList.cpp"); -USEUNIT("..\mockpp\VisitableMockObject.cpp"); -USEUNIT("..\mockpp\VisitableMockMethod.cpp"); +USEUNIT("..\mockpp\visting\VisitableMockObject.cpp"); +USEUNIT("..\mockpp\visting\VisitableMockMethod.cpp"); USEUNIT("..\mockpp\MixedMockObject.cpp"); USEUNIT("..\mockpp\Throwable.cpp"); USEUNIT("..\mockpp\TrackingCounter.cpp"); USEUNIT("..\mockpp\mockpp.cpp"); USEUNIT("..\mockpp\MockObject.cpp"); -USEUNIT("..\mockpp\VerifyingTestCase.cpp"); +USEUNIT("..\mockpp\framework\VerifyingTestCase.cpp"); +USEUNIT("..\mockpp\framework\VerifyingTestCaller.cpp"); USEUNIT("..\mockpp\SelfDescribing.cpp"); -USEUNIT("..\mockpp\ChainableMockObject.cpp"); +USEUNIT("..\mockpp\chaining\ChainableMockObject.cpp"); USEUNIT("..\mockpp\builder\BuilderNamespace.cpp"); USEUNIT("..\mockpp\stub\VoidStub.cpp"); USEUNIT("..\mockpp\chaining\Invocation.cpp"); |