Changeset 88
- Timestamp:
- 07/12/06 11:07:14 (2 years ago)
- Files:
-
- branches/mk/tests/functional/test_cleaning_up.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mk/tests/functional/test_cleaning_up.py
r87 r88 21 21 22 22 def test_valid_no_tmp(self): 23 "Check that no files are le avein temp by Cheesecake."23 "Check that no files are left in temp by Cheesecake." 24 24 self._run_cheesecake('-p %s -s %s -l %s' % (NOSE_PATH, self.sandbox, self.logfile)) 25 25 … … 39 39 40 40 def test_invalid_no_tmp(self): 41 "Check that no files are le avein temp by Cheesecake during scoring an invalid package."41 "Check that no files are left in temp by Cheesecake during scoring an invalid package." 42 42 self._run_cheesecake('-p %s -s %s -l %s' % (INVALID_PACKAGE_PATH, self.sandbox, self.logfile)) 43 43
