Development

Changeset 4259

You must first sign up to be able to contribute.

Changeset 4259

Show
Ignore:
Timestamp:
06/19/07 09:24:40 (1 year ago)
Author:
fabien
Message:

lime: fixed green_bar and red_bar displaying at the same time under certain circumstancies

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/lime/trunk/lib/lime.php

    r4256 r4259  
    5353      $this->output->red_bar(sprintf(" Looks like you failed %d tests of %d.", $this->failed, $this->plan)); 
    5454    } 
    55     else 
     55    else if ($total == $this->plan) 
    5656    { 
    5757      $this->output->green_bar(" Looks like everything went fine.");