# File test/test_EditProperties.rb, line 448
    def test_path
      setup_EditProperties
      assert_equal('/foo', @EditProperties.path)
      assert_equal(1, @path_call)
      @EditProperties.path = '/bar'
      assert_equal(1, @set_path_call)
      assert_equal('/bar', @set_path_value)
    end