You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2007/02/06 15:18:33 UTC

svn commit: r504145 - in /incubator/qpid/branches/qpid.0-9: ./ cpp/tests/Makefile.am cpp/tests/MessageHandlerTest.cpp

Author: astitcher
Date: Tue Feb  6 06:18:32 2007
New Revision: 504145

URL: http://svn.apache.org/viewvc?view=rev&rev=504145
Log:
 r768@fuschia:  andrew | 2007-01-17 01:25:16 +0000
 * Added Test for new MessageHandlerImpl (but no actual tests yet)
 * Filled in lots of the blanks in the MessageHandlerImpl with code
 stolen from the BasicHandlerImpl

Modified:
    incubator/qpid/branches/qpid.0-9/   (props changed)
    incubator/qpid/branches/qpid.0-9/cpp/tests/Makefile.am
    incubator/qpid/branches/qpid.0-9/cpp/tests/MessageHandlerTest.cpp

Propchange: incubator/qpid/branches/qpid.0-9/
------------------------------------------------------------------------------
    svk:merge = 8427bd24-ae5a-4eba-a324-d2fc9c9c6c77:/local/qpid.0-9.ams:768

Modified: incubator/qpid/branches/qpid.0-9/cpp/tests/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/qpid.0-9/cpp/tests/Makefile.am?view=diff&rev=504145&r1=504144&r2=504145
==============================================================================
--- incubator/qpid/branches/qpid.0-9/cpp/tests/Makefile.am (original)
+++ incubator/qpid/branches/qpid.0-9/cpp/tests/Makefile.am Tue Feb  6 06:18:32 2007
@@ -30,6 +30,7 @@
   InMemoryContentTest	\
   LazyLoadedContentTest	\
   MessageBuilderTest	\
+  MessageHandlerTest	\
   MessageTest		\
   QueueRegistryTest	\
   QueueTest		\

Modified: incubator/qpid/branches/qpid.0-9/cpp/tests/MessageHandlerTest.cpp
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/qpid.0-9/cpp/tests/MessageHandlerTest.cpp?view=diff&rev=504145&r1=504144&r2=504145
==============================================================================
--- incubator/qpid/branches/qpid.0-9/cpp/tests/MessageHandlerTest.cpp (original)
+++ incubator/qpid/branches/qpid.0-9/cpp/tests/MessageHandlerTest.cpp Tue Feb  6 06:18:32 2007
@@ -23,7 +23,7 @@
 #include <amqp_framing.h>
 #include <qpid_test_plugin.h>
 
-#include <BrokerAdapter.h>
+#include <SessionHandlerFactoryImpl.h>
 
 using namespace qpid::framing;
 using namespace qpid::broker;