Port coder_format tests to HEAD
sun - July 31, 2009 - 02:26
| Project: | Coder |
| Version: | 7.x-1.x-dev |
| Component: | Coder Format |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Jump to:
Description
This is just a first stab on the issue.
I would have committed directly, if it was working. But, obviously, SimpleTest changed a lot since those good 'ol times ;)
| Attachment | Size |
|---|---|
| coder-HEAD.tests_.patch | 11.96 KB |

#1
#2
Just noting a couple of very small formatting issues I noticed from a quick read through this afternoon:
In CoderTestFile.php
return $this->test . ' test in ' . htmlspecialchars(basename($this->filename));and
drupal_add_css(drupal_get_path('module', 'coder') . '/scripts/coder_format/tests/coder-diff.css', array('preprocess' => FALSE));