Author: rbogorodskiy
Date: Thu Apr 12 07:30:07 2012
New Revision: 1325147
URL: http://svn.apache.org/viewvc?rev=1325147&view=rev
Log:
Typo in test message: s/Inesitent/Inexistent/.
Modified:
libcloud/trunk/test/storage/test_cloudfiles.py
Modified: libcloud/trunk/test/storage/test_cloudfiles.py
URL:
http://svn.apache.org/viewvc/libcloud/trunk/test/storage/test_cloudfiles.py?rev=1325147&r1=1325146&r2=1325147&view=diff
==============================================================================
--- libcloud/trunk/test/storage/test_cloudfiles.py (original)
+++ libcloud/trunk/test/storage/test_cloudfiles.py Thu Apr 12 07:30:07 2012
@@ -405,7 +405,7 @@ class CloudFilesTests(unittest.TestCase)
except OSError:
pass
else:
- self.fail('Inesitent but an exception was not thrown')
+ self.fail('Inexistent but an exception was not thrown')
finally:
libcloud.utils.files.guess_file_mime_type = old_func