Skip to content

Commit

Permalink
RE-enabling the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluxx committed May 5, 2010
1 parent d1625fa commit 5016ef1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ def do_request r
url = %q[http://www.seomoz.org/blog/21-tactics-to-increase-blog-traffic]
url_array = ["http://www.seomoz.org/blog/21-tactics-to-increase-blog-traffic", "http://www.seomoz.org/tools"]

# do_request c.mozRank(url)
do_request c.mozRank(url)

# do_request c.urlMetrics(url_array, :cols => :all)

# do_request c.topLinks(url, :page, :urlcols => :all, :linkcols => :all, :limit => 3)
do_request c.topLinks(url, :page, :urlcols => :all, :linkcols => :all, :limit => 3)
#
# do_request c.allLinks(url, :page, :domain, :domains_linking_page, :urlcols => [:title, :url, :page_authority, :domain_authority], :linkcols => :all, :filters => :external, :limit => 3)
do_request c.allLinks(url, :page, :domain, :domains_linking_page, :urlcols => [:title, :url, :page_authority, :domain_authority], :linkcols => :all, :filters => :external, :limit => 3)
#
# do_request c.topPages(url, :page, :cols => :all, :limit => 3, :limit => 3)
do_request c.topPages(url, :page, :cols => :all, :limit => 3, :limit => 3)
#
do_request c.anchorMetrics(url, :phrase, :page, :cols => :all, :scope => "page_to_domain", :filters => :external, :sort => :domains_linking_page, :limit => 3)

0 comments on commit 5016ef1

Please sign in to comment.