Update of /cvsroot/mockpp/mockpp/mockpp/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9349/mockpp/tests
Modified Files:
NoException_test.cpp
Log Message:
debugging
Index: NoException_test.cpp
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/NoException_test.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- NoException_test.cpp 24 Dec 2005 01:38:39 -0000 1.5
+++ NoException_test.cpp 27 Dec 2005 18:12:28 -0000 1.6
@@ -41,8 +41,6 @@
#include <mockpp/mockpp.h> // always first
-#include <iostream>
-
#include <mockpp/ExpectationValue.h>
#include <mockpp/Throwable.h>
@@ -165,8 +163,6 @@
mockpp::setAssertionFailedForwarder(0);
- std::cout << mockpp::getLatin1(bad_data3).c_str() << std::endl;
-
MOCKPP_ASSERT_EQUALS(bad_data1, mockpp::String(MOCKPP_PCHAR("unknown exception occured")));
MOCKPP_ASSERT_EQUALS(bad_data2, mockpp::String(MOCKPP_PCHAR("MyStruct")));
MOCKPP_ASSERT_TRUE(bad_data3.find(mockpp::String(MOCKPP_PCHAR("did not receive the expected value"))) != mockpp::String::npos);
|