Changeset 94

Show
Ignore:
Timestamp:
07/20/06 10:44:14 (7 years ago)
Author:
mk
Message:

Don't include unpack_dir index when checking eggs.

Files:

Legend:

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

    r63 r94  
    3939        stdout = read_file_contents(self.stdout_name) 
    4040        assert pad_msg('unpack', IndexUnpack.max_value) in stdout 
    41         assert pad_msg('unpack_dir', IndexUnpackDir.max_value) in stdout 
    4241        assert pad_msg('install', IndexInstall.max_value) in stdout 
    4342        # PyPI score can be lowered by penalties, so we don't include score check here.