# File gconf/tests/unittest.rb, line 50
  def test_invalid_type
    te(nil)
    te(:symbol)
    te(Hash.new)
    te(self)
  end