summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/soap/test_soapelement.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/soap/test_soapelement.rb b/test/soap/test_soapelement.rb
index b45ebd9bb0..df402c1199 100644
--- a/test/soap/test_soapelement.rb
+++ b/test/soap/test_soapelement.rb
@@ -1,5 +1,5 @@
require 'test/unit'
-require '../lib/soap/baseData'
+require 'soap/baseData'
class TestSOAPElement < Test::Unit::TestCase
include SOAP