You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2007/03/27 22:31:35 UTC

svn commit: r523067 - in /incubator/qpid/trunk/qpid/cpp/tests: ExceptionTest.cpp Makefile.am

Author: aconway
Date: Tue Mar 27 13:31:34 2007
New Revision: 523067

URL: http://svn.apache.org/viewvc?view=rev&rev=523067
Log:
Removed useless ExceptionTest.cpp.

Removed:
    incubator/qpid/trunk/qpid/cpp/tests/ExceptionTest.cpp
Modified:
    incubator/qpid/trunk/qpid/cpp/tests/Makefile.am

Modified: incubator/qpid/trunk/qpid/cpp/tests/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/tests/Makefile.am?view=diff&rev=523067&r1=523066&r2=523067
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/tests/Makefile.am (original)
+++ incubator/qpid/trunk/qpid/cpp/tests/Makefile.am Tue Mar 27 13:31:34 2007
@@ -40,7 +40,6 @@
   HeaderTest
 
 misc_tests =		\
-  ExceptionTest		\
   ProducerConsumerTest
 
 posix_tests =		\