Skip to content

Commit

Permalink
Move test_links to test_mechanize_links for autotest
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Apr 20, 2011
1 parent ad4ccc4 commit a1f275f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Manifest.txt
Expand Up @@ -126,7 +126,6 @@ test/test_history_added.rb
test/test_html_unscape_forms.rb
test/test_if_modified_since.rb
test/test_images.rb
test/test_links.rb
test/test_mechanize.rb
test/test_mechanize_cookie.rb
test/test_mechanize_cookie_jar.rb
Expand All @@ -139,6 +138,7 @@ test/test_mechanize_form_encoding.rb
test/test_mechanize_form_field.rb
test/test_mechanize_form_image_button.rb
test/test_mechanize_form_textarea.rb
test/test_mechanize_link.rb
test/test_mechanize_page.rb
test/test_mechanize_page_meta_refresh.rb
test/test_mechanize_redirect_not_get_or_head_error.rb
Expand Down
2 changes: 1 addition & 1 deletion test/test_links.rb → test/test_mechanize_link.rb
Expand Up @@ -134,7 +134,7 @@ def test_link_with_unusual_characters
link = page.link_with(:text => 'unusual characters')
assert_nothing_raised { @agent.click link }
end

def test_links_dom_id
page = @agent.get("http://localhost/tc_links.html")
link = page.links_with(:dom_id => 'bold_aaron_link')
Expand Down

0 comments on commit a1f275f

Please sign in to comment.