<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,13 +12,13 @@ The main project team
 
 John Mettraux ( project lead ( john &gt;at&lt; gmail.com ) )
 Kenneth Kalmer - enhanced authentication, daemonization
+Gonzalo Suarez - enhanced authentication, JSON
+Nando Sola - enhanced authentication, JSON
 
 
 Contributors
 ------------
 
-Gonzalo Suarez - enhanced authentication
-Nando Sola - enhanced authentication
 Nicholas Petrella - participant patches
 
 </diff>
      <filename>CREDITS.txt</filename>
    </modified>
    <modified>
      <diff>@@ -86,7 +86,7 @@ class FtAuthTest &lt; Test::Unit::TestCase
     #assert_equal(
     #  [ 401, { 'WWW-Authenticate'=&gt;'Basic realm=&quot;test-realm&quot;' }, [] ], res)
 
-    assert_equal res[0], 401
+    assert_equal 401, res[0]
     assert res[1].has_key?('WWW-Authenticate')
   end
 
@@ -96,8 +96,8 @@ class FtAuthTest &lt; Test::Unit::TestCase
 
     res = RuoteRest::RackBasicAuth.new(@ab, :realm =&gt; 'test-realm').call(env)
 
-    assert_equal('alice', env['REMOTE_USER'])
-    assert_equal(true, env[:ruote_authenticated])
+    assert_equal 'alice', env['REMOTE_USER']
+    assert_equal true, env[:ruote_authenticated]
   end
 
   def test_basicauth_in_bob</diff>
      <filename>test/ft_auth.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>560049c022831c3718e29d2992f528b43325c46c</id>
    </parent>
  </parents>
  <author>
    <name>John Mettraux</name>
    <email>jmettraux@gmail.com</email>
  </author>
  <url>http://github.com/jmettraux/ruote-rest/commit/f38d39bbde963089da37d16fb38b45cb047b7345</url>
  <id>f38d39bbde963089da37d16fb38b45cb047b7345</id>
  <committed-date>2009-09-04T02:51:38-07:00</committed-date>
  <authored-date>2009-09-04T02:51:38-07:00</authored-date>
  <message>promotion</message>
  <tree>9ce077696d0aac16c582f99e87f6fbb237dc61f2</tree>
  <committer>
    <name>John Mettraux</name>
    <email>jmettraux@gmail.com</email>
  </committer>
</commit>
