# File test/test_EditProperties.rb, line 457 def test_path_query @params = { 'path' => '/bar' } setup_EditProperties assert_equal(1, @driver_call) assert_equal(1, @params_call) assert_equal(1, @set_path_call) assert_equal('/bar', @set_path_value) end