Two suggested patches for bug 631368, in which
mkindex.test fails because it's still testing for
support of the now-obsolete itcl_class command.
--- mkindex.itcl.orig 2002-10-30 21:30:54.039709000 -0500
+++ mkindex.itcl 2002-10-30 21:31:06.799999000 -0500
@@ -35,11 +35,6 @@
public method bump {}
}
-itcl_class OldStyle {
- public x 0
- method foo {args} {return $args}
-}
-
itcl::ensemble ens {
part one {x} {}
part two {x y} {}
--- mkindex.test.orig 2002-10-30 21:31:50.681118000 -0500
+++ mkindex.test 2002-10-30 21:32:02.012353000 -0500
@@ -53,7 +53,7 @@
}
set result
}
-} "{::Simple2::bump $element} {::Simple2::by $element}
{::buried::deep::within $element} {::buried::ens
$element} {::buried::inside $element}
{::buried::inside::bump $element} {::buried::inside::by
$element} {::buried::inside::find $element}
{::buried::under::neath $element} {::top::find
$element} {::top::notice $element} {OldStyle $element}
{Simple1 $element} {Simple2 $element} {ens $element}
{top $element}"
+} "{::Simple2::bump $element} {::Simple2::by $element}
{::buried::deep::within $element} {::buried::ens
$element} {::buried::inside $element}
{::buried::inside::bump $element} {::buried::inside::by
$element} {::buried::inside::find $element}
{::buried::under::neath $element} {::top::find
$element} {::top::notice $element} {Simple1 $element}
{Simple2 $element} {ens $element} {top $element}"
removeFile tclIndex