]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/rgw: enable mtime comparison in check_object_eq() 9013/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 27 Apr 2016 21:17:57 +0000 (17:17 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 9 May 2016 21:06:12 +0000 (17:06 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/test/rgw/test_multi.py

index 1aa7f830c7c68884489e7a87f8720cea2d399599..731b369288ceffc4167b143a7f0dd208ccdf7629 100644 (file)
@@ -623,7 +623,7 @@ def check_object_eq(k1, k2, check_extra = True):
     eq(k1.content_disposition, k2.content_disposition)
     eq(k1.content_language, k2.content_language)
     eq(k1.etag, k2.etag)
-    eq(k1.last_modified, k2.last_modified)
+    eq(k1.last_modified, k2.last_modified)
     if check_extra:
         eq(k1.owner.id, k2.owner.id)
         eq(k1.owner.display_name, k2.owner.display_name)