# File test/test_EditProperties.rb, line 441
    def test_name
      setup_EditProperties
      prev_call = @mount_name_call
      assert_equal('Foo', @EditProperties.name)
      assert_equal(prev_call + 1, @mount_name_call)
    end