You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2012/05/11 16:19:48 UTC

svn commit: r1337177 - /thrift/trunk/lib/cpp/test/Makefile.am

Author: roger
Date: Fri May 11 14:19:48 2012
New Revision: 1337177

URL: http://svn.apache.org/viewvc?rev=1337177&view=rev
Log:
THRIFT-1336 thrift: added server and processor test code

last commit was wrong! otherway around!
disable concurrency instead of processor_test ... does not run properly on build slaves

Modified:
    thrift/trunk/lib/cpp/test/Makefile.am

Modified: thrift/trunk/lib/cpp/test/Makefile.am
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/test/Makefile.am?rev=1337177&r1=1337176&r2=1337177&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/test/Makefile.am (original)
+++ thrift/trunk/lib/cpp/test/Makefile.am Fri May 11 14:19:48 2012
@@ -61,9 +61,9 @@ check_PROGRAMS = \
 	ZlibTest \
 	TFileTransportTest \
 	UnitTests \
-	concurrency_test
+        processor_test
 # disable ... too strong
-#	processor_test
+#	concurrency_test
 
 TESTS_ENVIRONMENT= \
 	BOOST_TEST_LOG_SINK=tests.xml \