http://drupal.org/node/1403334 now exists. It's a -dev release from a dummy test project (which we needed during development of update manager in D7 core). We should fix all our tests that refer to -dev to reference that, since the md5 is guaranteed never to change. ;)

Comments

jhedstrom’s picture

We only need to update tests that are pulling from a dev branch without a specific revision.

hunmonk’s picture

Assigned: Unassigned » hunmonk

i'll take this.

hunmonk’s picture

Status: Active » Fixed

@jhedstrom: none of the current tests need any module other than this to exercise the logic we're testing. it's small and doesn't change, which makes it less brittle for our test cases, not to mention it downloads a hell of a lot faster than views. :)

for these reasons, i've converted all existing tests to use update_test_module. if in the future we need tests that must use another module, we can cross that bridge.

pushed to the allow-dev-snapshots branch.

Automatically closed -- issue fixed for 2 weeks with no activity.