Changeset 146 for branches/mk/tests/unit
- Timestamp:
- 08/19/06 15:54:56 (6 years ago)
- Files:
-
- branches/mk/tests/unit/test_index_unpack.py (modified) (1 diff)
- branches/mk/tests/unit/test_index_url_download.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mk/tests/unit/test_index_unpack.py
r93 r146 48 48 assert 0 # This statement should not be reached 49 49 except CheesecakeError, e: 50 msg = " Could not unpack package %s ... exiting" % \50 msg = "Error: Could not unpack package %s ... exiting" % \ 51 51 os.path.join(default_temp_directory, package_file) 52 52 msg += "\nDetailed info available in log file %s" % self.logfile branches/mk/tests/unit/test_index_url_download.py
r93 r146 59 59 assert 0 # This statement should not be reached 60 60 except CheesecakeError, e: 61 msg = " Got '404 Not Found' error while trying to download package ... exiting"61 msg = "Error: Got '404 Not Found' error while trying to download package ... exiting" 62 62 msg += "\nDetailed info available in log file %s" % logfile 63 63 assert str(e) == msg
