# File test/test_EditProperties.rb, line 434
    def test_pos
      setup_EditProperties
      prev_call = @pos_call
      assert_equal(0, @EditProperties.pos)
      assert_equal(prev_call + 1, @pos_call)
    end