--- parser3/tests/176.html 2008/06/02 11:22:34 1.1
+++ parser3/tests/176.html 2008/06/24 12:26:01 1.3
@@ -6,7 +6,7 @@ c.p
d.p
}]
-$sDir[176]
+$sDir[176_dir]
^tClass.menu{
^use[$sDir/$tClass.sName]
}
@@ -34,50 +34,50 @@ $oa1[^a::create[]]
^add_methods[$oa1]
^oa1.run[]
-^print[first a instance (dynamic, has @OPTION in self);$oa1;$.bProcess(true)]
+^print[first a instance (dynamic, has @OPTIONS in self);$oa1;$.bProcess(true)]
$oa2[^a::create[]]
-^print[second a instance without setting vars (dynamic, has @OPTION in self);$oa2;$.bProcess(true)]
+^print[second a instance without setting vars (dynamic, has @OPTIONS in self);$oa2;$.bProcess(true)]
-^print[a without setting vars (static, has @OPTION in self);$a:CLASS]
+^print[a without setting vars (static, has @OPTIONS in self);$a:CLASS]
^a:run[]
-^print[a (static, has @OPTION in self);$a:CLASS]
+^print[a (static, has @OPTIONS in self);$a:CLASS]
^hr[]
^b:run[]
-^print[b (static, no @OPTION in self);$b:CLASS]
+^print[b (static, no @OPTIONS in self);$b:CLASS]
$ob[^b::create[]]
^add_methods[$ob]
^ob.run[]
-^print[b (dynamic, no @OPTION in self);$ob;$.bProcess(true)]
+^print[b (dynamic, no @OPTIONS in self);$ob;$.bProcess(true)]
^hr[]
^c:run[]
-^print[c (static, child of 'a', no @OPTION in self);$c:CLASS]
+^print[c (static, child of 'a', no @OPTIONS in self);$c:CLASS]
$oc[^c::create[]]
^oc.run[]
-^print[c (dynamic, child of 'a', no @OPTION in self);$oc]
+^print[c (dynamic, child of 'a', no @OPTIONS in self);$oc]
^hr[]
^d:run[]
-^print[d (static, child of 'a', has @OPTION in self);$d:CLASS]
+^print[d (static, child of 'a', has @OPTIONS in self);$d:CLASS]
$od[^d::create[]]
^od.run[]
-^print[d (dynamic, child of 'a', has @OPTION in self);$od]
+^print[d (dynamic, child of 'a', has @OPTIONS in self);$od]