blob: f47232c03120c62e9dbdb32b6d92331b523ace17 [file] [log] [blame]
#
# test end point reference
#
require 'test/unit'
require File.join(File.dirname(__FILE__),'_loadpath')
require 'openwsman'
class LoadTest < Test::Unit::TestCase
def test_epr
epr = Openwsman::EndPointReference.new "uri", "namespace"
assert epr
end
end