Changeset 1074 for trunk/testapp
- Timestamp:
- 09/04/08 00:52:41 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/testapp/modules/jelix_tests/tests/core.selectors_module.html_cli.php
r781 r1074 97 97 $s=null; 98 98 try{ 99 $s = new jSelectorI nterface($sel);99 $s = new jSelectorIface($sel); 100 100 $valid = $s->module == $res[0] && $s->resource == $res[1] && $s->subpath == $res[2] && $s->className == $res[3]; 101 $this->assertTrue($valid, ' test de jSelectorI nterface('.$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.')'); 102 102 }catch(jExceptionSelector $e){ 103 103 $this->fail( 'jExceptionSelector inattendue sur test de '.$sel. ' : '.$e->getMessage().' ('.$e->getLocaleKey().')');
