~tribaal/txaws/xss-hardening

« back to all changes in this revision

Viewing changes to txaws/server/tests/test_call.py

Merged 921421-completemultipart [r=oubiwann][f=921421]

This branch adds Complete Multipart method to s3 client.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        2009-11-30, which is the earliest version we support.
12
12
        """
13
13
        call = Call()
14
 
        self.assertEqual(call.version, "2012-08-15")
 
14
        self.assertEqual(call.version, "2009-11-30")