Changeset 169 for trunk/tests


Ignore:
Timestamp:
Jun 14, 2006 1:10:07 AM (18 years ago)
Author:
scdev
Message:

${1}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/FormValidatorTest.php

    r144 r169  
    268268    {
    269269        // This one is an error!
    270         $this->FormValidator->fileUploaded('some_field', _("Error message"));
     270        $this->FormValidator->fileUploaded('this-file-does-not-exist', _("Error message"));
    271271        $this->assertTrue($this->FormValidator->anyerrors());
    272272    }
Note: See TracChangeset for help on using the changeset viewer.