test/soap/struct/test_struct.rb in soap4r-sgonyea-1.5.9 vs test/soap/struct/test_struct.rb in soap4r-sgonyea-1.6.0

- old
+ new

@@ -1,9 +1,8 @@ -# encoding: ASCII-8BIT -require 'helper' -require 'testutil' +require 'test/unit' require 'soap/rpc/httpserver' require 'soap/rpc/driver' +require File.join(File.dirname(File.expand_path(__FILE__)), '..', '..', 'testutil.rb') module SOAP; module Struct