Changeset 88

Show
Ignore:
Timestamp:
07/12/06 11:07:14 (2 years ago)
Author:
grig
Message:

Spelling corrections.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/mk/tests/functional/test_cleaning_up.py

    r87 r88  
    2121 
    2222    def test_valid_no_tmp(self): 
    23         "Check that no files are leave in temp by Cheesecake." 
     23        "Check that no files are left in temp by Cheesecake." 
    2424        self._run_cheesecake('-p %s -s %s -l %s' % (NOSE_PATH, self.sandbox, self.logfile)) 
    2525 
     
    3939 
    4040    def test_invalid_no_tmp(self): 
    41         "Check that no files are leave in temp by Cheesecake during scoring an invalid package." 
     41        "Check that no files are left in temp by Cheesecake during scoring an invalid package." 
    4242        self._run_cheesecake('-p %s -s %s -l %s' % (INVALID_PACKAGE_PATH, self.sandbox, self.logfile)) 
    4343