<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>test/fixtures/mechaflickr.example.yaml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1,2 @@
 test/fixtures/mechaflickr.yaml
+pkg</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,9 @@ Rakefile
 config/hoe.rb
 config/requirements.rb
 lib/mechaflickr.rb
+lib/mechaflickr/model.rb
+lib/mechaflickr/photo.rb
+lib/mechaflickr/photoset.rb
 lib/mechaflickr/version.rb
 log/debug.log
 script/destroy
@@ -15,7 +18,10 @@ setup.rb
 tasks/deployment.rake
 tasks/environment.rake
 tasks/website.rake
-test/mechaflickr.yaml.example
+test/fixtures/exampleimage.jpg
+test/fixtures/exampleimage2.jpg
+test/fixtures/exampleimage3.jpg
+test/fixtures/mechaflickr.example.yaml
 test/test_helper.rb
 test/test_mechaflickr.rb
 website/index.html</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -14,7 +14,9 @@ class TestMechaflickr &lt; Test::Unit::TestCase
   end
   
   def test_can_upload
-    photo = @mf.upload(fixture_file('exampleimage.jpg'), 'title' =&gt; 'test', 'description' =&gt; 'just a test')
+    photo = @mf.upload(fixture_file('exampleimage.jpg'), 'title' =&gt; 'test', 
+                                                         'description' =&gt; 'just a test', 
+                                                         'tags' =&gt; ('test ' + Time.now.strftime('%Y%m%d')))
     assert photo.is_a?(Mechaflickr::Photo)
   end
   </diff>
      <filename>test/test_mechaflickr.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>test/fixtures/mechaflickr.yaml.example</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>41c755c71d9a031b81a95f4283e648bdb2aec756</id>
    </parent>
  </parents>
  <author>
    <name>Mat Schaffer</name>
    <email>schapht@gmail.com</email>
  </author>
  <url>http://github.com/matschaffer/mechaflickr/commit/01723ba30dee56563872753c8292d10b55120730</url>
  <id>01723ba30dee56563872753c8292d10b55120730</id>
  <committed-date>2008-04-19T11:46:56-07:00</committed-date>
  <authored-date>2008-04-19T11:46:56-07:00</authored-date>
  <message>Tested out tagging.  Works fine.  Also rolled a gem and started using this for uploading my thailand pictures.</message>
  <tree>b67d39527beb98c9fd0f5ac52150e86ee3535a23</tree>
  <committer>
    <name>Mat Schaffer</name>
    <email>schapht@gmail.com</email>
  </committer>
</commit>
