Changeset 4575
- Timestamp:
- 07/11/07 14:16:33 (1 year ago)
- Files:
-
- tools/lime/trunk/lib/lime.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/lime/trunk/lib/lime.php
r4259 r4575 51 51 if ($this->failed) 52 52 { 53 $this->output->red_bar(sprintf(" Looks like you failed %d tests of %d.", $this->failed, $this->p lan));53 $this->output->red_bar(sprintf(" Looks like you failed %d tests of %d.", $this->failed, $this->passed + $this->failed)); 54 54 } 55 55 else if ($total == $this->plan)