Revision 850685bf kamaki/clients/tests.py

b/kamaki/clients/tests.py
1800 1800
        self.client.container = self.c2
1801 1801
        obj = 'another.test'
1802 1802

  
1803
        self.client.create_object(obj + '.FAKE')
1804
        r = self.client.get_object_info(obj + '.FAKE')
1805
        self.assertEqual(r['content-type'], 'application/octet-stream')
1806

  
1803 1807
        """create the object"""
1804 1808
        r = self.client.object_put(obj,
1805 1809
            data='a',

Also available in: Unified diff