<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Persistent Cookie Authentication Generator</title>
	<atom:link href="http://liangzan.net/index.php/2008/07/06/persistent-cookie-authentication-generator/feed/" rel="self" type="application/rss+xml" />
	<link>http://liangzan.net/index.php/2008/07/06/persistent-cookie-authentication-generator/</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 10:07:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: admin</title>
		<link>http://liangzan.net/index.php/2008/07/06/persistent-cookie-authentication-generator/comment-page-1/#comment-19</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 08 Jul 2008 04:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://liangzan.net/?p=34#comment-19</guid>
		<description>Well, we solved the problem. Think some steps were missed...</description>
		<content:encoded><![CDATA[<p>Well, we solved the problem. Think some steps were missed&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Doherty</title>
		<link>http://liangzan.net/index.php/2008/07/06/persistent-cookie-authentication-generator/comment-page-1/#comment-22</link>
		<dc:creator>Brian Doherty</dc:creator>
		<pubDate>Mon, 07 Jul 2008 18:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://liangzan.net/?p=34#comment-22</guid>
		<description>Sorry to clutter up your comments!  One last try:

12) Failure: ... Expected response to be a &lt;:redirect&gt;, but was &lt;500&gt;

13) Failure ... &lt;1&gt; expected but was &lt;0&gt;.</description>
		<content:encoded><![CDATA[<p>Sorry to clutter up your comments!  One last try:</p>
<p>12) Failure: &#8230; Expected response to be a &lt;:redirect&gt;, but was &lt;500&gt;</p>
<p>13) Failure &#8230; &lt;1&gt; expected but was &lt;0&gt;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Doherty</title>
		<link>http://liangzan.net/index.php/2008/07/06/persistent-cookie-authentication-generator/comment-page-1/#comment-21</link>
		<dc:creator>Brian Doherty</dc:creator>
		<pubDate>Mon, 07 Jul 2008 18:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://liangzan.net/?p=34#comment-21</guid>
		<description>I see the weblog trimmed out parts of the error codes in my comment.  Let&#039;s see, does this work?
&lt;code&gt;
 12) Failure:
test_valid_login_same_user(UserControllerTest)
    [./test/integration/user_integration_test.rb:23:in `is_redirected_to&#039;
     ./test/integration/user_integration_test.rb:69:in `test_valid_login_same_user&#039;
     c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:547:in `run&#039;]:
Expected response to be a , but was

 13) Failure:
test_valid_signup(UserControllerTest)
    [./test/integration/user_integration_test.rb:131:in `test_valid_signup&#039;
     c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:547:in `run&#039;]:
 expected but was
.

15 tests, 77 assertions, 13 failures, 0 errors
Errors running test:integration!
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I see the weblog trimmed out parts of the error codes in my comment.  Let&#8217;s see, does this work?<br />
<code><br />
 12) Failure:<br />
test_valid_login_same_user(UserControllerTest)<br />
    [./test/integration/user_integration_test.rb:23:in `is_redirected_to'<br />
     ./test/integration/user_integration_test.rb:69:in `test_valid_login_same_user'<br />
     c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:547:in `run']:<br />
Expected response to be a , but was</p>
<p> 13) Failure:<br />
test_valid_signup(UserControllerTest)<br />
    [./test/integration/user_integration_test.rb:131:in `test_valid_signup'<br />
     c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:547:in `run']:<br />
 expected but was<br />
.</p>
<p>15 tests, 77 assertions, 13 failures, 0 errors<br />
Errors running test:integration!<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Doherty</title>
		<link>http://liangzan.net/index.php/2008/07/06/persistent-cookie-authentication-generator/comment-page-1/#comment-20</link>
		<dc:creator>Brian Doherty</dc:creator>
		<pubDate>Mon, 07 Jul 2008 18:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://liangzan.net/?p=34#comment-20</guid>
		<description>Thanks for your gem.  I tried it this morning on Windows, and got 13 failures in the integration tests.  I could paste them all in here, but it&#039;d be pretty long ... anyway, here&#039;s the last two.  All but the last had the same &quot;Expected response&quot; line as number 12.  Any idea what&#039;s wrong?  I&#039;m pretty sure I followed your directions correctly.

 12) Failure:
test_valid_login_same_user(UserControllerTest)
    [./test/integration/user_integration_test.rb:23:in `is_redirected_to&#039;
     ./test/integration/user_integration_test.rb:69:in `test_valid_login_same_user&#039;
     c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:547:in `run&#039;]:
Expected response to be a , but was

 13) Failure:
test_valid_signup(UserControllerTest)
    [./test/integration/user_integration_test.rb:131:in `test_valid_signup&#039;
     c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:547:in `run&#039;]:
 expected but was
.

15 tests, 77 assertions, 13 failures, 0 errors
Errors running test:integration!</description>
		<content:encoded><![CDATA[<p>Thanks for your gem.  I tried it this morning on Windows, and got 13 failures in the integration tests.  I could paste them all in here, but it&#8217;d be pretty long &#8230; anyway, here&#8217;s the last two.  All but the last had the same &#8220;Expected response&#8221; line as number 12.  Any idea what&#8217;s wrong?  I&#8217;m pretty sure I followed your directions correctly.</p>
<p> 12) Failure:<br />
test_valid_login_same_user(UserControllerTest)<br />
    [./test/integration/user_integration_test.rb:23:in `is_redirected_to'<br />
     ./test/integration/user_integration_test.rb:69:in `test_valid_login_same_user'<br />
     c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:547:in `run']:<br />
Expected response to be a , but was</p>
<p> 13) Failure:<br />
test_valid_signup(UserControllerTest)<br />
    [./test/integration/user_integration_test.rb:131:in `test_valid_signup'<br />
     c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/integration.rb:547:in `run']:<br />
 expected but was<br />
.</p>
<p>15 tests, 77 assertions, 13 failures, 0 errors<br />
Errors running test:integration!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
