Author: kclark
Date: Tue Jun 17 18:17:37 2008
New Revision: 669011
URL: http://svn.apache.org/viewvc?rev=669011&view=rev
Log:
rb: Add a hack to prevent fastthread from being loaded when executing specs
Modified:
incubator/thrift/trunk/lib/rb/spec/spec_helper.rb
Modified: incubator/thrift/trunk/lib/rb/spec/spec_helper.rb
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/rb/spec/spec_helper.rb?rev=669011&r1=669010&r2=669011&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/rb/spec/spec_helper.rb (original)
+++ incubator/thrift/trunk/lib/rb/spec/spec_helper.rb Tue Jun 17 18:17:37 2008
@@ -3,6 +3,10 @@
gem 'rspec', '>= 1.1.4'
require 'spec'
+# pretend we already loaded fastthread, otherwise the nonblockingserver_spec
+# will get screwed up
+# $" << 'fastthread.bundle'
+
# turn on deprecation so we can test it
module Thrift
DEPRECATION = true