<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -41,7 +41,7 @@ class HTTPAuthTest &lt; Test::Unit::TestCase
     end
     
     should &quot;be able to get&quot; do
-      stub_get('http://twitter.com:80/statuses/user_timeline.json', 'user_timeline.json')
+      stub_get('http://username:password@twitter.com:80/statuses/user_timeline.json', 'user_timeline.json')
       response = @twitter.get('/statuses/user_timeline.json')
       response.should == fixture_file('user_timeline.json')
     end
@@ -57,7 +57,7 @@ class HTTPAuthTest &lt; Test::Unit::TestCase
     end
     
     should &quot;be able to post&quot; do
-      stub_post('http://twitter.com:80/statuses/update.json', 'status.json')
+      stub_post('http://username:password@twitter.com:80/statuses/update.json', 'status.json')
       response = @twitter.post('/statuses/update.json', :text =&gt; 'My update.')
       response.should == fixture_file('status.json')
     end</diff>
      <filename>test/twitter/httpauth_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>74f2160bc0a09d3363d79fd3d35a20f08e648a56</id>
    </parent>
  </parents>
  <author>
    <name>Obie Fernandez</name>
    <email>obie@hashrocket.com</email>
  </author>
  <url>http://github.com/jnunemaker/twitter/commit/cdd9dba19f6edc21f1b7eefb66db133dec682423</url>
  <id>cdd9dba19f6edc21f1b7eefb66db133dec682423</id>
  <committed-date>2009-06-26T19:17:22-07:00</committed-date>
  <authored-date>2009-06-07T09:53:43-07:00</authored-date>
  <message>fixed broken test suite by adding http auth parameters to FakeWeb stubbed url

Signed-off-by: John Nunemaker &lt;nunemaker@gmail.com&gt;</message>
  <tree>eb9851cea8a4f85c4189967f9023a32cc8adc9b0</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
