blob: ba7a65e34c5ae41eb3ab910e01d3c9c3e9202e4d [file] [log] [blame]
# client.rb
require 'test/unit'
require File.join(File.dirname(__FILE__),'_loadpath')
require 'openwsman'
class WsmanTest < Test::Unit::TestCase
def test_debug
Openwsman::debug = 5
assert Openwsman::debug == 5
end
end