commit/galaxy-central: dan: Fix for DiskObjectStore Docstring unit test.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/41c165399d53/ Changeset: 41c165399d53 User: dan Date: 2013-10-10 16:54:34 Summary: Fix for DiskObjectStore Docstring unit test. Affected #: 2 files diff -r c05bc0400aa788bf71fd5da21b42faabded70120 -r 41c165399d53a643a62774f6e4e0e0da4280074f lib/galaxy/objectstore/__init__.py --- a/lib/galaxy/objectstore/__init__.py +++ b/lib/galaxy/objectstore/__init__.py @@ -187,7 +187,7 @@ >>> import tempfile >>> file_path=tempfile.mkdtemp() >>> obj = Bunch(id=1) - >>> s = DiskObjectStore(Bunch(umask=077, job_working_directory=file_path, new_file_path=file_path), file_path=file_path) + >>> s = DiskObjectStore(Bunch(umask=077, job_working_directory=file_path, new_file_path=file_path, object_store_check_old_style=False), file_path=file_path) >>> s.create(obj) >>> s.exists(obj) True diff -r c05bc0400aa788bf71fd5da21b42faabded70120 -r 41c165399d53a643a62774f6e4e0e0da4280074f test/unit/test_tool_loader.pyc Binary file test/unit/test_tool_loader.pyc has changed Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org