Update of /cvsroot/mockpp/mockpp/mockpp/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3628/mockpp/tests
Modified Files:
VisitableMockMethod_1_test.cpp VisitableMockMethod_2_test.cpp
Log Message:
intermediate update
Index: VisitableMockMethod_2_test.cpp
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockMethod_2_test.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- VisitableMockMethod_2_test.cpp 2 Oct 2005 18:51:33 -0000 1.1
+++ VisitableMockMethod_2_test.cpp 5 Oct 2005 16:02:11 -0000 1.2
@@ -47,6 +47,9 @@
namespace { // anon
+#ifdef MOCKPP_XXX
+
+
class VisitableMockMethod_2_test : public CppUnit::TestFixture
{
public:
@@ -106,6 +109,7 @@
mcm.verify();
}
+#endif
} // anon ns
Index: VisitableMockMethod_1_test.cpp
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockMethod_1_test.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- VisitableMockMethod_1_test.cpp 2 Oct 2005 18:51:33 -0000 1.1
+++ VisitableMockMethod_1_test.cpp 5 Oct 2005 16:02:11 -0000 1.2
@@ -47,6 +47,8 @@
namespace { // anon
+#ifdef MOCKPP_XXX
+
class VisitableMockMethod_1_test : public CppUnit::TestFixture
{
public:
@@ -106,6 +108,7 @@
mcm.verify();
}
+#endif
} // anon ns
|