You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2008/12/23 23:54:59 UTC

svn commit: r729165 - in /activemq/activemq-cpp/trunk/src/test: Makefile.am testRegistry.cpp

Author: tabish
Date: Tue Dec 23 14:54:59 2008
New Revision: 729165

URL: http://svn.apache.org/viewvc?rev=729165&view=rev
Log:
Incorporate the completed URI class and Unit tests.

Modified:
    activemq/activemq-cpp/trunk/src/test/Makefile.am
    activemq/activemq-cpp/trunk/src/test/testRegistry.cpp

Modified: activemq/activemq-cpp/trunk/src/test/Makefile.am
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/test/Makefile.am?rev=729165&r1=729164&r2=729165&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/test/Makefile.am (original)
+++ activemq/activemq-cpp/trunk/src/test/Makefile.am Tue Dec 23 14:54:59 2008
@@ -88,6 +88,7 @@
   decaf/internal/nio/IntArrayBufferTest.cpp \
   decaf/internal/nio/ShortArrayBufferTest.cpp \
   decaf/internal/net/URIEncoderDecoderTest.cpp \
+  decaf/internal/net/URIHelperTest.cpp \
   decaf/lang/ByteTest.cpp \
   decaf/lang/CharacterTest.cpp \
   decaf/lang/BooleanTest.cpp \
@@ -206,6 +207,7 @@
   decaf/internal/nio/IntArrayBufferTest.h \
   decaf/internal/nio/ShortArrayBufferTest.h \
   decaf/internal/net/URIEncoderDecoderTest.h \
+  decaf/internal/net/URIHelperTest.h \
   decaf/lang/ByteTest.h \
   decaf/lang/CharacterTest.h \
   decaf/lang/BooleanTest.h \

Modified: activemq/activemq-cpp/trunk/src/test/testRegistry.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/test/testRegistry.cpp?rev=729165&r1=729164&r2=729165&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/test/testRegistry.cpp (original)
+++ activemq/activemq-cpp/trunk/src/test/testRegistry.cpp Tue Dec 23 14:54:59 2008
@@ -177,6 +177,8 @@
 
 #include <decaf/internal/net/URIEncoderDecoderTest.h>
 CPPUNIT_TEST_SUITE_REGISTRATION( decaf::internal::net::URIEncoderDecoderTest );
+#include <decaf/internal/net/URIHelperTest.h>
+CPPUNIT_TEST_SUITE_REGISTRATION( decaf::internal::net::URIHelperTest );
 
 #include <decaf/nio/BufferTest.h>
 CPPUNIT_TEST_SUITE_REGISTRATION( decaf::nio::BufferTest );