# File test/test_rrdtool.rb, line 142
  def test_rrdname
    r = RRDtool.new 'foo'
    assert_equal r.rrdname, 'foo'
  end