Sign in
fuchsia
/
third_party
/
openwsman
/
98198739abc4733ffaaf65b2197fcadbf6e8b9ed
/
.
/
bindings
/
ruby
/
tests
/
debug.rb
blob: 21d16069acdbd2e322c5659f62b765e58098926a [
file
] [
log
] [
blame
]
# client.rb
$
:.
unshift
"../../../build/bindings/ruby"
$
:.
unshift
"../.libs"
require
'test/unit'
require
'openwsman'
class
WsmanTest
<
Test
::
Unit
::
TestCase
def
test_debug
Openwsman
::
debug
=
5
assert
Openwsman
::
debug
==
5
end
end