Changeset 135 for trunk/tests
- Timestamp:
- 04/06/08 18:18:10 (8 months ago)
- Files:
-
- trunk/tests/integration/Example1TestCase.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tests/integration/Example1TestCase.php
r119 r135 27 27 $tagParser = new DefinitionParser(); 28 28 $defs = $tagParser->parse(EXAMPLES_DIR . '/xml/defines.xml'); 29 $this->assertEqual($defs->countTagDefinitions(), 9);29 $this->assertEqual($defs->countTagDefinitions(), 10); 30 30 31 31 $conf = new XmlParser(); … … 35 35 $this->assertEqual($conf->getConfigValue('foo'), 'tomato'); 36 36 $this->assertEqual($conf->getConfigValue('zahl'), 124); 37 $this->assertEqual($conf->getConfigValue('octal'), 0777); 37 38 $this->assertEqual($conf->getConfigValue('schst')->getString(), 'TOMATO'); 38 39 $this->assertEqual($conf->getConfigValue('complex')->render(), '<font color="red" size="3">This is a string.</font>');
