~ubuntu-branches/ubuntu/trusty/swift/trusty-updates

« back to all changes in this revision

Viewing changes to test/functional/tests.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-01-28 09:40:30 UTC
  • mfrom: (1.2.16)
  • Revision ID: package-import@ubuntu.com-20130128094030-aetz57x2qz9ye2d4
Tags: 1.7.6-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
        container = self.env.account.container(invalid_utf8)
211
211
        self.assert_(not container.create(cfg={'no_path_quote': True}))
212
212
        self.assert_status(412)
213
 
        self.assert_body('Invalid UTF8')
 
213
        self.assert_body('Invalid UTF8 or contains NULL')
214
214
 
215
215
    def testVersionOnlyPath(self):
216
216
        self.env.account.conn.make_request('PUT',