Update copied Swift tests for 2.5.0.0 release

There were a few tests that were out of date compared to upstream
Swift, so I pulled just enough to make everything be green.
I have no idea why we have our own copy of these tests to maintain,
but we do. Maybe we should look into getting rid of them and just
linking straight to whatever Swift tests we have?

Change-Id: I1eb7d891fa54c8627b8aac93bfefbd413df8529d
This commit is contained in:
Phil Bridges 2016-06-23 17:38:03 -05:00
parent ad9cd13c2c
commit d0c884c143

View File

@ -157,6 +157,8 @@ class TestAccount(Base):
self.env.account.conn.storage_url = was_url
def testPUT(self):
if load_constraint('allow_account_management'):
raise SkipTest("Allow account management is enabled")
self.env.account.conn.make_request('PUT')
self.assert_status([403, 405])