|
@@ -4,6 +4,7 @@
|
|
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__)))
|
|
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__)))
|
|
|
|
|
|
require 'generated_code_pb'
|
|
require 'generated_code_pb'
|
|
|
|
+require 'test_import_pb'
|
|
require 'test/unit'
|
|
require 'test/unit'
|
|
|
|
|
|
class GeneratedCodeTest < Test::Unit::TestCase
|
|
class GeneratedCodeTest < Test::Unit::TestCase
|
|
@@ -13,5 +14,6 @@ class GeneratedCodeTest < Test::Unit::TestCase
|
|
# successfully creates message definitions and classes, not to test every
|
|
# successfully creates message definitions and classes, not to test every
|
|
# aspect of the extension (basic.rb is for that).
|
|
# aspect of the extension (basic.rb is for that).
|
|
m = A::B::C::TestMessage.new()
|
|
m = A::B::C::TestMessage.new()
|
|
|
|
+ m2 = FooBar::TestImportedMessage.new()
|
|
end
|
|
end
|
|
end
|
|
end
|