[Osbootcamp-devel] Testing (to be completed for all changes)
Status: Beta
Brought to you by:
rossand
From: Andrew R. <gr...@ro...> - 2008-07-08 13:54:13
|
Hi Everyone, Whenever you make changes, please do the following: 1) Check spelling for any modified files aspell -c <file> NOTE: be careful you don't spell correct HTML or PHP code of course as it'll no doubt show up as incorrectly spelled. Use ignore and add appropriately to filter the noise from tags and php syntax. 2) Check the site for broken links http://validator.w3.org/checklink You can point it to your development copy of the site. When I ran it, I checked "Check linked documents recursively, recursion depth" to a depth of 5 3) Functionality test Check the site with Firefox and IE to make sure everything looks ok. Thank you, Andrew |