Advertisement
Guest User

Untitled

a guest
Nov 15th, 2011
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. diff --git a/test/functional/tests.py b/test/functional/tests.py
  2. index 537667e..adcc419 100644
  3. --- a/test/functional/tests.py
  4. +++ b/test/functional/tests.py
  5. @@ -1422,6 +1422,10 @@ class TestFile(Base):
  6. class TestFileUTF8(Base2, TestFile):
  7. set_up = False
  8.  
  9. + @attr('fails_on_rgw')
  10. + def testCopy(self):
  11. + TestFile.testCopy(self)
  12. +
  13. class TestFileComparisonEnv:
  14. @classmethod
  15. def setUp(cls):
  16.  
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement