commit | b53471caeafc64bef4de0a2fd59954838ee69a64 | [log] [tgz] |
---|---|---|
author | Kevin Clark <kclark@apache.org> | Tue Apr 07 20:03:09 2009 +0000 |
committer | Kevin Clark <kclark@apache.org> | Tue Apr 07 20:03:09 2009 +0000 |
tree | 8f35e193af33aecb6c371f35928af1db4f2e0055 | |
parent | 38919c5721d59c0d4478e72f9f6a01130ff6c35c [diff] [blame] |
THRIFT-421. rb: Fix tests broken by original patch git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@762928 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/rb/generation/test_struct.rb b/test/rb/generation/test_struct.rb index fbb4776..3bd4fc9 100644 --- a/test/rb/generation/test_struct.rb +++ b/test/rb/generation/test_struct.rb
@@ -18,7 +18,7 @@ # require File.join(File.dirname(__FILE__), '../test_helper') -require 'SmallService' +require 'small_service' class TestStructGeneration < Test::Unit::TestCase