In the drupal-7.0-alpha3 download distribution, there is a misnamed file which causes the CSS System-Unit Tests to fail:
drupal-7.0-alpha3/modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css0000644
Renaming this file to just: "css_input_without_import.css.optimized.css", fixes the problem.
Comments
Comment #1
boombatower commentedIt shows up correctly for me in both CVS HEAD and the alpha 3 downloadable. Seems like something may have gone wrong when you extracted it as the 0644 looks like a unix permission string.
The testbots should also be whining about this if it were off.
Please download it again and see if you can reproduce.
Comment #2
ridgerunner commentedThanks for responding. I downloaded the drupal-7.0-alpha3.tar.gz archive again and experienced the exact same problem. However, I am using an oldish version of WinZip (version 9.0 SR-1). So I tried using another archive tool.
When I extract the file using 7-Zip, there is no problem and the file has the correct name.
Note that I've never experienced any problems with WinZip until now (and I've been using this same version for more than a decade). Strange.
Will be using 7-Zip from now on. Issue Closed.