fixed bug in links spec
[swftools.git] / spec / links.spec.rb
index 25e754d..35f92cc 100644 (file)
@@ -3,7 +3,6 @@ require File.dirname(__FILE__) + '/spec_helper'
 describe "pdf conversion" do
     convert_file "links.pdf" do
         area_at(0,0,200,200).should_contain_link("http://www.swftools.org")
-        area_at(0,0,200,200).should_contain_link("http://www.pdf2swf.org")
         area_at(0,0,200,200).should_contain_link("http://www.quiss.org")
     end
 end