~rye/ubuntuone-client/stop-killing-thumbnails

« back to all changes in this revision

Viewing changes to tests/syncdaemon/test_fsm.py

  • Committer: Tarmac
  • Author(s): guillermo.gonzalez at canonical
  • Date: 2009-12-09 17:01:44 UTC
  • mfrom: (283.4.3 sd-do-oauth)
  • Revision ID: dobey@gnome.org-20091209170144-a8okqu07831efuzy
Use oauthdesktop in syncdaemon to request a token if we haven't already got one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1888
1888
        log_present = 'OSError [Errno 39] Directory not empty' in log_content
1889
1889
        self.assertFalse(log_present)
1890
1890
 
1891
 
    def test_warning_on_log_file_when_failing_delete(self):
 
1891
    # FIXME: Bug #494469
 
1892
    def SKIP_test_warning_on_log_file_when_failing_delete(self):
1892
1893
        """Test that sucessfully deleted dir does not log OSError."""
1893
1894
 
1894
1895
        log = open(LOGFILENAME, 'r')