From 0b9f19b72396d8bd399f4d7353f2fdb445bc55f3 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 8 Feb 2007 15:01:20 +0000 Subject: Removed base class inheritance again, check for var name class (tel_xmlentry) --- tests/it_xml.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') 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( '', - 'class myfoo { var $properbaseclass = true; }', - 'Inheritance and constructor', + 'class myfoo { var $inheritbaseclass = false; }', + 'Inheritance and constructor (critical for e.g. tel_xmlentry)', 'my' ); -- cgit v1.2.3