THRIFT-421. rb: Fix tests broken by original patch
authorKevin Clark <kclark@apache.org>
Tue, 7 Apr 2009 20:03:09 +0000 (20:03 +0000)
committerKevin Clark <kclark@apache.org>
Tue, 7 Apr 2009 20:03:09 +0000 (20:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@762928 13f79535-47bb-0310-9956-ffa450edef68

test/rb/generation/test_enum.rb
test/rb/generation/test_struct.rb

index cd9c3ba..7d3f08b 100644 (file)
@@ -18,7 +18,7 @@
 #
 
 require File.join(File.dirname(__FILE__), '../test_helper')
-require 'ThriftTest'
+require 'thrift_test'
 
 class TestEnumGeneration < Test::Unit::TestCase
   include Thrift::Test
index fbb4776..3bd4fc9 100644 (file)
@@ -18,7 +18,7 @@
 #
 
 require File.join(File.dirname(__FILE__), '../test_helper')
-require 'SmallService'
+require 'small_service'
 
 class TestStructGeneration < Test::Unit::TestCase