The testIncompatibleModuleVersionDependency test fails when drupal is packaged, because the packaging script adds the drupal core version number to all modules.
Possible solutions:
- Remove the packaging info from system_incompatible_module_version_test.info: this needs to be done manually each time, not helpful for automated testing
- Look up the version number from the info file when testing, and make sure a higher version number is dependend on. Patch follows.