summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/it_xml.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/it_xml.t b/tests/it_xml.t
index 06df969..85f16c8 100755
--- a/tests/it_xml.t
+++ b/tests/it_xml.t
@@ -51,15 +51,15 @@ function my_xml($xmldata)
$this->qux->val = "qux";
if (is_object($this->myfoo))
- $this->myfoo->properbaseclass = is_a($this->myfoo, "my_xml");
+ $this->myfoo->inheritbaseclass = is_a($this->myfoo, "my_xml");
}
}
match(
'<myfoo />',
- 'class myfoo { var $properbaseclass = true; }',
- 'Inheritance and constructor',
+ 'class myfoo { var $inheritbaseclass = false; }',
+ 'Inheritance and constructor (critical for e.g. tel_xmlentry)',
'my'
);