summaryrefslogtreecommitdiff
path: root/test/rb
diff options
context:
space:
mode:
authorKevin Clark <kclark@apache.org>2008-06-18 00:56:48 +0000
committerKevin Clark <kclark@apache.org>2008-06-18 00:56:48 +0000
commitf85e79349417c4a947dd01714fad3abdda840450 (patch)
treef5b3b8a920992aba6c1e7facc0d59b54271727d2 /test/rb
parentc42231b6fa56318fa6d9dd43a7f717e095e331c0 (diff)
downloadthrift-f85e79349417c4a947dd01714fad3abdda840450.tar.gz
Fix up thrift/thrift to only require the the files that define the classes it used to hold. This fixes the existing tests
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668912 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/rb')
-rw-r--r--test/rb/test_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rb/test_helper.rb b/test/rb/test_helper.rb
index 9294c8fee..125f52f8d 100644
--- a/test/rb/test_helper.rb
+++ b/test/rb/test_helper.rb
@@ -1,4 +1,4 @@
-$:.push File.dirname(__FILE__) + '/gen-rb'
-$:.push File.join(File.dirname(__FILE__), '../../lib/rb/lib')
+$:.unshift File.dirname(__FILE__) + '/gen-rb'
+$:.unshift File.join(File.dirname(__FILE__), '../../lib/rb/lib')
require 'test/unit'