blob: a18fa4ff6f9fc0053a640ecf099e5f6b17c9cb96 [file] [log] [blame]
# nsconsts.rb
$:.unshift "../../../build/bindings/ruby"
$:.unshift "../.libs"
require 'test/unit'
require 'openwsman'
class NsConstsTest < Test::Unit::TestCase
def test_consts
assert Openwsman::XML_NS_WS_MAN == "http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"
assert Openwsman::XML_NS_SCHEMA_INSTANCE
end
end