You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/05/15 18:21:08 UTC

svn commit: r1103446 - /incubator/libcloud/trunk/test/storage/test_cloudfiles.py

Author: tomaz
Date: Sun May 15 16:21:07 2011
New Revision: 1103446

URL: http://svn.apache.org/viewvc?rev=1103446&view=rev
Log:
Update affected test.

Modified:
    incubator/libcloud/trunk/test/storage/test_cloudfiles.py

Modified: incubator/libcloud/trunk/test/storage/test_cloudfiles.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/test/storage/test_cloudfiles.py?rev=1103446&r1=1103445&r2=1103446&view=diff
==============================================================================
--- incubator/libcloud/trunk/test/storage/test_cloudfiles.py (original)
+++ incubator/libcloud/trunk/test/storage/test_cloudfiles.py Sun May 15 16:21:07 2011
@@ -109,8 +109,8 @@ class CloudFilesTests(unittest.TestCase)
                                      object_name='test_object')
         self.assertEqual(obj.container.name, 'test_container')
         self.assertEqual(obj.size, 555)
+        self.assertEqual(obj.hash, '6b21c4a111ac178feacf9ec9d0c71f17')
         self.assertEqual(obj.extra['content_type'], 'application/zip')
-        self.assertEqual(obj.extra['etag'], '6b21c4a111ac178feacf9ec9d0c71f17')
         self.assertEqual(
             obj.extra['last_modified'], 'Tue, 25 Jan 2011 22:01:49 GMT')
         self.assertEqual(obj.meta_data['foo-bar'], 'test 1')