Revision 94a83ed6

b/snf-pithos-tools/pithos/tools/test.py
1858 1858
        for i in range(2):
1859 1859
            self.upload_random_data('c1', 'o%s' %i)
1860 1860
        if not OTHER_ACCOUNTS:
1861
            raise Warning('No other accounts avalaible to run this test.')
1861
            raise Warning('No other accounts avalaible for running this test.')
1862 1862
        for token, account in OTHER_ACCOUNTS.items():
1863 1863
            self.o1_sharing = token, account
1864 1864
            self.client.share_object('c1', 'o1', (account,), read=True)
......
2172 2172
        BaseTestCase.setUp(self)
2173 2173
        
2174 2174
        if not OTHER_ACCOUNTS:
2175
            raise Warning('No other accounts avalaible to run this test.')
2175
            raise Warning('No other accounts avalaible for running this test.')
2176 2176
        
2177 2177
        #create a group
2178 2178
        self.authorized = ['chazapis', 'verigak', 'gtsouk']

Also available in: Unified diff