public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
test that article feeds are swept

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2281 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Mon Sep 25 22:01:21 -0700 2006
commit  3d87c8ed9459ca03c9fcac0191892a5a37cb47e3
tree    faec10d80c096202572d67eb2b2887804505b98e
parent  81a170a751981636f4e81494f5584e009d6d50b1
...
46
47
48
 
 
 
 
 
 
 
 
49
50
51
52
53
 
 
54
55
56
...
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
0
@@ -46,11 +46,21 @@ class CachingTest < ActionController::IntegrationTest
0
       visitor.read contents(:welcome)
0
     end
0
 
0
+ assert_caches_page "#{contents(:welcome).full_permalink}/changes.xml" do |urls|
0
+ visitor.get urls.first
0
+ end
0
+
0
+ assert_caches_page "#{contents(:welcome).full_permalink}/comments.xml" do |urls|
0
+ visitor.get urls.first
0
+ end
0
+
0
     assert_caches_page feed_url_for(:home) do
0
       visitor.syndicate sections(:home)
0
     end
0
 
0
     assert_expires_pages contents(:welcome).full_permalink,
0
+ "#{contents(:welcome).full_permalink}/changes.xml",
0
+ "#{contents(:welcome).full_permalink}/comments.xml",
0
                          feed_url_for(:home) do
0
       writer.revise contents(:welcome), 'new welcome description'
0
     end

Comments

    No one has commented yet.