Update of /cvsroot/mockpp/mockpp/bcb5
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27415/bcb5
Modified Files:
jmock_test.bpf mock_test.bpf mockpp.bpf
Log Message:
new files
Index: mock_test.bpf
===================================================================
RCS file: /cvsroot/mockpp/mockpp/bcb5/mock_test.bpf,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- mock_test.bpf 3 Sep 2005 09:44:42 -0000 1.33
+++ mock_test.bpf 2 Oct 2005 18:51:33 -0000 1.34
@@ -44,3 +44,5 @@
USEUNIT("..\mockpp\tests\ExpectationConglomeration_test.cpp");
USEUNIT("..\mockpp\tests\TimeServer_test.cpp");
USEUNIT("..\mockpp\tests\classes_ABCDE.cpp");
+USEUNIT("..\mockpp\tests\VisitableMockMethod_1_test.cpp");
+USEUNIT("..\mockpp\tests\VisitableMockMethod_2_test.cpp");
Index: jmock_test.bpf
===================================================================
RCS file: /cvsroot/mockpp/mockpp/bcb5/jmock_test.bpf,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- jmock_test.bpf 26 Sep 2005 19:32:15 -0000 1.26
+++ jmock_test.bpf 2 Oct 2005 18:51:33 -0000 1.27
@@ -70,6 +70,8 @@
USEUNIT("..\mockpp\tests\ChainingMockObjectSupport_test.cpp");
USEUNIT("..\mockpp\tests\mockpp_pti_test.cpp");
USEUNIT("..\mockpp\tests\OutBound_test.cpp");
+USEUNIT("..\mockpp\tests\ChainableMockMethod_1_test.cpp");
+USEUNIT("..\mockpp\tests\ChainableMockMethod_2_test.cpp");
//---------------------------------------------------------------------------
This file is used by the project manager only and should be treated like the project file
main
Index: mockpp.bpf
===================================================================
RCS file: /cvsroot/mockpp/mockpp/bcb5/mockpp.bpf,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- mockpp.bpf 3 Sep 2005 09:44:42 -0000 1.23
+++ mockpp.bpf 2 Oct 2005 18:51:33 -0000 1.24
@@ -41,5 +41,4 @@
USEUNIT("..\mockpp\MockTimeServer.cpp");
//---------------------------------------------------------------------------
This file is used by the project manager only and should be treated like the project file
-
DllEntryPoint
|