Index: openacs-4/packages/xowiki/www/admin/test.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/admin/test.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/xowiki/www/admin/test.tcl 25 Jun 2007 12:18:57 -0000 1.6 +++ openacs-4/packages/xowiki/www/admin/test.tcl 14 Jul 2007 18:02:33 -0000 1.7 @@ -67,6 +67,16 @@ } else { ? {set x new} new "ns_cache version seems up to date" } + +set tdom_version [package require tdom] +set tdom_version 0.7.8 +if {$tdom_version < "0.8.0"} { + ? {set x old} new "xowiki requires at least tdom 0.8.0 (released Aug 2004), \ + the installed tdom version is to old ($tdom_version).
   \ + Please Upgrade tdom from: cvs -z3 -d:pserver:anonymous@cvs.tdom.org:/usr/local/pubcvs co tdom
" +} else { + ? {set x new} new "tdom version $tdom_version is ok" +} ######################################################################## test section "Create New Package Instance of XoWiki" #