Changeset 1074 for trunk/testapp

Show
Ignore:
Timestamp:
09/04/08 00:52:41 (4 months ago)
Author:
laurentj
Message:

worked on ticket #664: moved some classes in their own file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/testapp/modules/jelix_tests/tests/core.selectors_module.html_cli.php

    r781 r1074  
    9797            $s=null; 
    9898            try{ 
    99                 $s = new jSelectorInterface($sel); 
     99                $s = new jSelectorIface($sel); 
    100100                $valid = $s->module == $res[0] && $s->resource == $res[1] && $s->subpath == $res[2] && $s->className == $res[3]; 
    101                 $this->assertTrue($valid,  ' test de jSelectorInterface('.$sel. ') : contient ces donnĂ©es inattendues ('.$s->module.', '.$s->resource.','.$s->subpath.','.$s->className.')'); 
     101                $this->assertTrue($valid,  ' test de jSelectorIface('.$sel. ') : contient ces donnĂ©es inattendues ('.$s->module.', '.$s->resource.','.$s->subpath.','.$s->className.')'); 
    102102            }catch(jExceptionSelector $e){ 
    103103                $this->fail( 'jExceptionSelector inattendue sur test de '.$sel. ' : '.$e->getMessage().' ('.$e->getLocaleKey().')'); 
Download in other formats: Unified Diff Zip Archive