test/bus_driver_test.rb in ruby-dbus-0.8.0 vs test/bus_driver_test.rb in ruby-dbus-0.9.0
- old
+ new
@@ -1,13 +1,9 @@
#!/usr/bin/env ruby
# Test the methods of the bus driver
require "test/unit"
require "dbus"
-def d(msg)
- puts msg if $DEBUG
-end
-
class BusDriverTest < Test::Unit::TestCase
def setup
@bus = DBus::ASessionBus.new
@svc = @bus.service("org.ruby.service")
@svc.object("/").introspect