~turugina/www-twitpic-fetch/trunk

« back to all changes in this revision

Viewing changes to t/01-list.t

  • Committer: turugina
  • Date: 2010-04-13 04:27:36 UTC
  • Revision ID: turugina@floralcompany.jp-20100413042736-7ar2nn5svgi0f40u
followed some changes in Twitpic's HTML output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
        my $r = HTTP::Response->new(200);
48
48
        $r->content(<<EOS);
49
49
<html><head><title>TEST</title></head><body>
50
 
<div class="profile-photo-info">1 day ago from site</div>
51
50
<div class="profile-photo-img"><a href="/a7g60">
52
51
<img src="http://example.com/example.jpg" /></a></div>
53
52
<div class="profile-photo-message">
54
 
        TEST MESSAGE  
 
53
        <div><p>TEST MESSAGE   </p></div>
 
54
<div class="profile-photo-info">1 day ago from site</div>
55
55
</div>
56
 
<div class="profile-photo-info">2 day ago from site</div>
57
56
<div class="profile-photo-img"><a href="/J89Tt">
58
57
<img src="http://example.com/example.png" /></a></div>
59
58
<div class="profile-photo-message">
60
 
        TEST MESSAGE 2nd                        
 
59
        <div><p>TEST MESSAGE 2nd                        </p></div>
 
60
<div class="profile-photo-info">2 day ago from site</div>
61
61
</div>
62
62
</body>
63
63
</html>